It used to be easy to find solutions to my problem when Google gives a lot of accurate results pointing to Stackoverflow. But I did not find this for this problem. If any of you have a suggestion where I should go on this issue, please give me a link to the answer.
The thing is, I want to make a search index from a database. The indexing process is started by jQuery.getJSON . It takes a few minutes to complete this indexing process so I want to make a progress bar. I know how to make a general ajax request using .getJSON as the client side and PHP as the server side, but it seems difficult for me to imagine how to make such a progress bar.
Is there any body that can explain to me how to do this?
source share