$('.feature h2').click(function() {
    $(this).siblings('p').slideToggle(); return false;
});

Reply via email to