I tried this code to see the jquery effect.
<div class="one" id="a" onclick="jQuery('.two').slideToggle()">Hello</div>
<div class="two hidden" id="b">World</div>but onclicking on Hello slide Toggles but nothing appears( 'world' doesn't appear).Just a blank line. -- Sahil Arora B.Tech 2nd year Computer Science and Engineering IIT Delhi Contact No: +91 9871491046 Homepage-www.cse.iitd.ac.in/~cs1090213

