In one of my projects, I needed to implement progressbar. I took jQueryUI library, as it provides pretty good bunch of solutions to make your UI more interactive for a user. Progressbar implementation is described here. For my task, I used the following html: reload balance Link will trigger DB operation and Progressbar. Progressbar will… Continue reading jQueryUI progressbar implementation