refresh page through jquery
12May10
Need to create a button to do this.
$(“#myButton”).click(function() {
location.reload();
});
Filed under: Jquery, Uncategorized | Leave a Comment
Tags: juqery
Need to create a button to do this.
$(“#myButton”).click(function() {
location.reload();
});
No Responses Yet to “refresh page through jquery”