Profile
Achievement

thecrumb's Recent SnippetsTagged jquery
- All /
« Prev 1 Next »
Then, your code should look like this ...
$(document).ready(function() {
$("dt > a").click(function(){
$(this).parent().nextUntil('dt').toggle();
return false;
});
});
0
819
posted 17 years ago by thecrumb