try this
$(window).bind("pageshow", function(event) { if (event.originalEvent.persisted) { location.reload(); } });
try this
$(window).bind("pageshow", function(event) {
if (event.originalEvent.persisted) {
location.reload();
}
});