The jQuery UI progressbar widget typically gets marked as completed once the value reaches the maximum. For example, during an upload process, the maximum is set to the size of the file and the progressbar value is incremented with each chunk that is uploaded. This incremental update is continued till the value reaches the maximum. At this point, the complete event is triggered and no more updates take place - the progress is at 100%. This is the typical flow, but, it'd be nice to have a method to simply finish the progressbar update sequence. For example, maybe your application has some other means of notifying the UI that the process has completed.
Showing posts with label complete. Show all posts
Showing posts with label complete. Show all posts
Monday, November 25, 2013
Subscribe to:
Posts
(
Atom
)