percentageloader icon indicating copy to clipboard operation
percentageloader copied to clipboard

Ajax Feature

Open kingspp opened this issue 9 years ago • 2 comments

Awesome loader with beautiful graphics. Any ideas on implementing jquery percentage loader for AJAX?

kingspp avatar Jul 17 '15 11:07 kingspp

Hi @kingspp, thanks for your comments. By AJAX, do you mean to show as a progress loader while loading something via AJAX? That should be easy enough if you hook into the AJAX events and update the progress loader accordingly - see https://developer.mozilla.org/en/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest#Monitoring_progress for details on listening the the progress event

For now I'd recommend the stable version of this plugin though which is here: https://bitbucket.org/Better2Web/jquery.percentageloader

lepoetemaudit avatar Jul 17 '15 12:07 lepoetemaudit

Thanx a lot mate. I was looking for the same.

On Fri, Jul 17, 2015 at 5:49 PM, Dave Jeffrey [email protected] wrote:

Hi @kingspp https://github.com/kingspp, thanks for your comments. By AJAX, do you mean to show as a progress loader while loading something via AJAX? That should be easy enough if you hook into the AJAX events and update the progress loader accordingly - see https://developer.mozilla.org/en/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest#Monitoring_progress for details on listening the the progress event

For now I'd recommend the stable version of this plugin though which is here: https://bitbucket.org/Better2Web/jquery.percentageloader

— Reply to this email directly or view it on GitHub https://github.com/lepoetemaudit/percentageloader/issues/4#issuecomment-122258937 .

With Regards, Prathyush S.P Code-Tronix http://codetronix.in/

kingspp avatar Jul 17 '15 12:07 kingspp