Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Jquery – Toggle & Fade (noob here) Re: Jquery – Toggle & Fade (noob here)

#65042
Vinnix
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