страница обновление jQuery на щелчке

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