Category - jQuery
08 Jul 2015 0 Comments   12041 Views
Here Mudassar Ahmed Khan has explained with an example, how to avoid / prevent / disable double click on Submit button using jQuery.
When user double clicks any Button, it results in duplicate operations and hence to avoid such behavior as soon as the Submit Button is clicked, it is disabled using jQuery to avoid / prevent / disable double click on Submit button using jQuery.
15 May 2015 0 Comments   19072 Views
Here Mudassar Ahmed Khan has explained how to redirect to another page (HTML page) after delay of some time (say 5 seconds or 10 seconds) using jQuery.
The JavaScript setInterval function will be used to redirect to another page after delay of some time using jQuery.