Pace.js is a page load progress bar plugin that automatically monitors Ajax requests and other resources on the page to measure the loading progress which are then shown via indicators such as progress bars or percentage counters. Pace.js is fully automatic and very simple to implement, however it still has plenty of configuration options for fine-tuning. There are up to 14 different choices of themes that you can choose to apply on your website.
Hi,
This is a great plugin. It is working perfectly on page load and server side button click. But when i click a file upload button and other ajax used button it does not start. Please suggest me how can i do this. I used pace.start(0 and also pace.restart() on body onload() but cant find way to fix it.
Best Regards,
Kuldeep
Hi Kuldeep,
Have you tried wrapping you Ajax codes in between Pace.track?