How to make progress bar with jQuery and PHP while waiting server process?
It used to be easy to find solutions of my problem when Google gives many
accurate results that point to Stackoverflow. But, I didn't found one for
this problem. If any of you have suggestion where should I go for this
problem, please give me link to the answer.
The case is I want to make searching index from database. The indexing
process is triggered by jQuery.getJSON. It takes minutes to finish so I
want to make progress bar to show that indexing process. I know how to
make common ajax request using .getJSON as client side and PHP as server
side, but It seems difficult for me to imagine how to make such progress
bar.
Is there any body that can explain to me how to do that?
No comments:
Post a Comment