cara memuat ulang halaman sepenuhnya di jQuery

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