Bagaimana cara menyegarkan halaman dengan jQuery

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