February 2014
Intermediate to advanced
410 pages
8h 15m
English
Progress bars allow users to have detailed information regarding a process that your application is performing. Progress bars are the ideal solution to update the user on the progress of a task that they have requested, which could take a long time to complete. This action could be a file upload or some other lengthy server-side process. This recipe will show you how to use the jQuery UI progress bar API to easily add progress bars to your application.
Create recipe-3.html, recipe-3.js, and recipe-3.css in the chapter9 folder you created earlier.
To learn how to add a progress bar into your application quickly, perform the following steps:
Read now
Unlock full access