only refresh the js data through the jquery code example
Example: How can I refresh a page with jQuery
$('#something').click(function() {
location.reload();
});
$('#something').click(function() {
location.reload();
});