Page Rafraîchissement jQuery en clic

$('#something').click(function() {
    location.reload();
});
Amused Alligator