Home › Forums › JavaScript › Jquery – Toggle & Fade (noob here) › Re: Jquery – Toggle & Fade (noob here)
January 20, 2011 at 11:29 pm
#65042
Member
Without thinking too much of this, after including the .active to the item, you should have a
if($(this).hasClass(“active”))
{
//Reset animations back to default setting
}
inside your click event.
Hopefully that is helpful.
-Vinny