On Sep 6, 2006, at 4:44 PM, Karl Swedberg wrote:

Try this: 

     $("a.questionLink").toggle(function(){
            $(this).next('div').slideDown("slow");
        },function(){
            $(this).next('div').slideUp("slow");
        });
        return false;
     });   


Oops! It looks like I accidentally pasted an extra line at the end there -- });

But you already figured it out anyway.  ;-)

___________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com


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

Reply via email to