Of course, the second I give up and email the list, I figure it out.  Sorry and Thanks!

 

            $("a.contactQuestion").toggle(function(){

                   $(this).next().slideDown("slow");

               },function(){

                   $(this).next().slideUp("slow");

               });

            return false;

 

> I am not sure if I should use E:first-of-type or next().

> Thank you for the help!

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to