Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- queing jQueryUI effect()


sssweb - 6:44 pm on Dec 27, 2012 (gmt 0)


I have a jQueryUI effect() animation that I want to repeat several times with a delay between each. When I simply chain them:

$("#id").effect("highlight").delay(1000).effect("highlight");

there's no delay between them (not sure why).

So I'm trying to use .queue() but it's new to me and I can't get the code right. What's the easiest way to do this?


Thread source:: http://www.webmasterworld.com/javascript/4531520.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com