Jak całkowicie ponownie załadować stronę w JQuery
// reload page from cache:
location.reload();
// reload page from server:
location.reload(true);
Jay
// reload page from cache:
location.reload();
// reload page from server:
location.reload(true);