Forums

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

Home Forums Other Getting jQuery to work Re: Getting jQuery to work

#127635
Merri
Participant

$(this).fadeOut(‘fast’,’0′)

to

$(this).fadeOut(‘fast’);

The second parameter should be a function, or if it is a string, tell which “easing funtion” to use, of which there are natively only two supported: ‘swing’ and ‘linear’.