I was trying to implement progress js as a whole page loader. i will include both progress css and js and call this on head of my page. <script> $(function (){ progressJs().start(); }); </script> but it goes upto 1% and then stops.