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
692
posted 16 years ago by thecrumb