ページバック時のリロード
//ページバックの時リロード $(window).bind("pageshow", function(event) { if (event.originalEvent.persisted) { window.location.reload() } });