Comment puis-je actualiser une page avec jQuery

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