$('.feature h2').click(function() { $(this).siblings('p').slideToggle(); return false; });
- [jQuery] Getting the child element on click Matt
- [jQuery] Re: Getting the child element on click M.M.
$('.feature h2').click(function() { $(this).siblings('p').slideToggle(); return false; });