[jQuery] can I reload page through jQuery?

[jQuery] can I reload page through jQuery?


can I do like as something that:
$('#ReloadButton').click(function() {
$(document).reload();
});
But this move don't work:)
How can i do this action - "reload page"?