I need something similar to this ->
How to show loading spinner in jQuery?
since I also call the div content with jQuery .load() function.
But instead of showing picture, I would like to show progress bar. So I need to watch progress of that request.
Is it possible? How can I do that?
The example you gave uses only ajaxStart and ajaxReady, not any progress.
As far as I know there is no way to determe the progress of the call via jQuery.