jQuery(function($){ $('#do_refresh').click(function(){ document.location.reload(); return false; }); });