halaman refresh jQuery di klik

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