Answer the question
In order to leave comments, you need to log in
jQuery UI: callback after multiple show?
For example:
function func1()<br/>
{<br/>
alert("a");<br/>
}<br/>
$("#div1").show("blind",{},1000,function(){ func1();});<br/>
$("#div2").show("blind",{},2000,function(){ func1();});<br/>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question