<a href="#" id="myLink">Refresh current page</a>
$("#myLink").click(function() { window.location.reload(); });