You're a hero. I didn't even know about the slideToggle() function, I
was using an if statement to test if the <p> was hidden - thanks a
ton.
Matt

On May 26, 7:57 pm, "M.M." <mario.maru...@gmail.com> wrote:
> $('.feature h2').click(function() {
>     $(this).siblings('p').slideToggle(); return false;
>
> });

Reply via email to