How to make progress bar update every time an applet method is called inside a loop (not only when loop is finished)?
问题 I'm having problem trying to update a progress bar with jquery after calling an applet method. I copy files to a mobile device calling the applet method. Everything but the progress bar update seems to work fine. The copy of the files work in all browsers but only in firefox the progress bar is updated each time the applet method is done. The other browsers update the progress bar when all work is done (loop is over). This is my progress bar code: <div class="progress progress-striped active"