jQuery-URL-shortener icon indicating copy to clipboard operation
jQuery-URL-shortener copied to clipboard

Synchronic Request

Open fcu423 opened this issue 10 years ago • 2 comments

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!

fcu423 avatar Oct 14 '14 14:10 fcu423

in jQuery, by default all the AJAX calls are async. so no way. But why to make it synchronous.

hayageek avatar Oct 16 '14 10:10 hayageek

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.

fcu423 avatar Oct 17 '14 14:10 fcu423