/ Published in: jQuery
Expand |
Embed | Plain Text
$('.box h3').bind('click', function(){ $(this).parents('.box:first').find('.box_content').toggle('slow'); });
You need to login to post a comment.
jonniespratley on 07/24/09
3 people have marked this snippet as a favorite
$('.box h3').bind('click', function(){ $(this).parents('.box:first').find('.box_content').toggle('slow'); });
You need to login to post a comment.