you are in: codestackercodes [RSS]hide/show dl list with jquery

hide/show dl list with jquery Delicious Email

show/hide lines
   1  		$(document).ready(function() {
   2  			$('dd').toggle();
   3  			$('dt').click(function() {$(this).next('dd').toggle('slideDown');});
   4  		});
created by leozera — 22 August 2009 — get a short url — tags: javascript jquery embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image