Как полностью перезагрузить страницу в jQuery

// reload page from cache:
location.reload();
// reload page from server:
location.reload(true);
Jay