how to use refersh button as a onclick parameter in js code example
Example: How can I refresh a page with jQuery
$('#something').click(function() {
location.reload();
});
$('#something').click(function() {
location.reload();
});