/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('.box h3').bind('click', function(){ $(this).parents('.box:first').find('.box_content').toggle('slow'); });