javascript - Load jquery function and progress bar on button click -
I have a page on which I have a button, I want to load a jquery function that loads one Progress bar .. Progress should be hidden when reaching 100% and the page should be sent to any other URL.
But when I click on the button progress is not at all .. < / P>
The original demo of the progress bar can be found below ..
I have done this yet ..
& Lt; / Div & gt;
Plas help ..
You do not want to do this JQuery Wrap the location
object in.
Change:
$ (location) .attr ('href', url); From
to:
window.location = url;
Comments
Post a Comment