jquery refresh page keep reloading code example Example: How can I refresh a page with jQuery Click to copy$('#something').click(function() { location.reload(); });