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


sssweb - 1:56 pm on Dec 28, 2012 (gmt 0)


Okay -- I worked this out through trial & error, though I can't say I fully understand how it works; this is for 3 repetitions:

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

$("#id").queue( function() {

$(this).delay(1000).effect("highlight").dequeue();

$("#id").queue( function() {
$(this).delay(1000).effect("highlight").dequeue();

});
});


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