jquery - Loading finished before of execute all in web -
i have web page @ moment of submit, call image gif show using text of loading using
jquery showloading plugin v1.0 image showed, when load page send action (same page). web leave of show image before finish load page. last page have code php execute function, image leave of show , , funciton no finished of execute.
i want loading follow showing image until finish process
any idea???
using jquery.ajax can set settings async attribute false.
jquery.ajax({ ... async: false, ...}); // subsequent code wait 'til ajax call finishes
hope helps cheers
Comments
Post a Comment