Forums

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

Home Forums JavaScript Help with jQuery Accordion Re: Help with jQuery Accordion

#68073
JaredAM
Member

Yup, the slideup function is defined as slideup(time, callback) so just enter a value in milliseconds: slideUp(1000) or slideUP(‘slow’).

Also works for slideDown.