Lines Matching refs:window
263 window.history.replaceState(pjax.state, container.title, container.url)
272 $(window).scrollTop(options.scrollTo)
286 window.history.replaceState(pjax.state, container.title, url.href)
289 if (target.length) $(window).scrollTop(target.offset().top)
303 url: window.location.href,
309 window.history.replaceState(pjax.state, document.title)
327 window.history.pushState(null, "", stripPjaxParam(options.requestUrl))
342 url: window.location.href,
358 window.history.replaceState(null, "", "#")
359 window.location.replace(url)
364 var initialURL = window.location.href
365 var initialState = window.history.state
375 if ('state' in window.history) {
782 $(window).on('popstate.pjax', onPjaxPopstate)
803 $.pjax.reload = function() { window.location.reload() }
805 $(window).off('popstate.pjax', onPjaxPopstate)
816 window.history && window.history.pushState && window.history.replaceState &&