On 2/13/07, Karl Swedberg <[EMAIL PROTECTED]> wrote:
Looks good to me. Also, instead of this...
$("p", $(this).parent()).slideToggle("slow");
...you could do this:
$(this).siblings('p').slideToggle('slow');
Thank you. I completely overlooked this possibility :)
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
