-
It would be nice to be able to use it just like we can here on github repos.
Maybe using hashchange? http://benalman.com/code/projects/jquery-hashchange/examples/hashchange/
Just a feature request :)
-
I want to show the gallery when the user uses the forward button in his browser and that page has the gallery hash in the URL.
I do this by binding to the window.onhashchange event. This works fine a…
-
In Firefox 27.0, if open two or more hash link in new tab, some tab not triggered the hashchange event.
-
Listening on the window for the hashchange no longer works in V5 though it worked in V4.
I'm using Chrome v96.
Reproduce:
```javascript
import { createHashHistory } from "history";
const hist…
-
With jQuery 1.9 and the jQuery Migrate plug-in, there is a warning in "jquery/event/hashchange/hashchange.js", which relies on jQuery.browser (that is now removed).
The plug-in should be updated becau…
-
Here is the relevant code:
``` Clojure
(def history (History.))
(events/listen history EventType/NAVIGATE
(fn [e] (.log js/console "Route changed!")))
(.setEnabled history true)
```
With `clojur…
-
I am have problems getting the browser back and forward button working in and MFE. I think there is a bug in the
following function in this file:
https://github.com/angular-architects/module-fed…
-
https://developer.mozilla.org/en-US/docs/Web/API/WindowEventHandlers/onhashchange
```javascaript
// Let this snippet run before your hashchange event binding code
if (!window.HashChangeEvent)(f…
dfkim updated
2 years ago
-
Uncaught TypeError: Cannot read property 'msie' of undefined jquery.ba-hashchange.min.js?body=1:10
Uncaught TypeError: Cannot read property 'msie' of undefined jquery.ba-hashchange.js?body=1:300
$.…
-
Hi,
We were using the v7 of your library since a couple of years ago now, and we decided to migrate to the new v8 one. We are experiencing an issue with detecting the navigation event, we need it t…