Refresh Page With jQuery

Use this code to Refresh Page With jQuery-

$('#something').click(function() {
     location.reload();
 });