$.Ajax send with progress bar using jquery
Posted
by
kamiar3001
on Stack Overflow
See other posts from Stack Overflow
or by kamiar3001
Published on 2010-12-23T06:28:59Z
Indexed on
2010/12/23
6:54 UTC
Read the original article
Hit count: 754
Hi folks
I use $.ajax functionality to send data to server and with this method I removed most of postback pages it works but I need some progress bar to show visitors there are some progress now it shows nothing after some second it shows result but i think a message or small picture is need in my web site. How I can implement it with simple jquery code ? something popup and shows the page is in the progress.
And also I need to add some other jquery to prevent other click during the progress is it possible ?
© Stack Overflow or respective owner