jQuery-URL-shortener
jQuery-URL-shortener copied to clipboard
Synchronic Request
Hello!
Is it any possibility to make the resquest as synchronous? I mean, wait for the url shortener to answer to render the page?
Thanks!
in jQuery, by default all the AJAX calls are async. so no way. But why to make it synchronous.
Because I had to short a few urls and I wanted to remove a loading screen exactly when all where finished.
I solved the problem with some flags but maybe the option in the plugin would be great too.