how to implement jquery php progress bar

Posted by KittyYoung on Stack Overflow See other posts from Stack Overflow or by KittyYoung
Published on 2010-03-29T18:27:04Z Indexed on 2010/03/29 19:03 UTC
Read the original article Hit count: 279

Filed under:
|
|

I have a multi-step form where the form on Step3 submits to Step4.php. Step4 is a results page, and it takes some time to load, so I wanted to try and implement a progress bar or a loading bar or something when the user clicks the step3 submit button before Step4.php actually loads. I would think I could do this with jquery? But, I'm not sure how. Is it possible to do this without having to use jquery to post the data to step4.php?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about php