JQuery Reload Page
$('#myElement').click(function() {
location.reload();
});
Grepper
$('#myElement').click(function() {
location.reload();
});
BY LOVE
window.location.reload();
The Location.reload() method reloads the current URL, like the Refresh button.
may be blocked and a SECURITY_ERROR DOMException thrown if
the origin of the calling script differs from
the origin of the page that owns the Location object.
<a href="">reload</a>