jquery how to reload page more time when go into page code example
Example: How can I refresh a page with jQuery
$('#something').click(function() {
location.reload();
});
$('#something').click(function() {
location.reload();
});