Monday, April 30, 2012

jQuery delay anything other than jQuery's effect functions

Stefan Siebel says here:
"Taking a closer look at the delay function showed me that only functions that are queued in jQuery’s default 'fx' queue are delayed by a delay-call like the one [here]. If you want to delay e.g. the trigger function you either need to queue it in the fx-queue or in a separate queue."

No comments:

Post a Comment