Questions tagged [hashchange]

hashchange is a DOM window event that is fired when the URL's fragment identifier changes.

hashchange is a DOM window event that is fired when the URL's changes. Use this tag for questions related to this event and its related event handler onhashchange.

Resources

Related Tags

241 questions
-2
votes
2 answers

$.on is not a function

I am getting following error when trying to run my website, Uncaught TypeError: $(...).on is not a function I am not well aware of javascript, hence i dont know what all this code does : $(window).on('hashchange', function(){ var url =…
Igor Martins
  • 2,015
  • 7
  • 36
  • 57
1 2 3
16
17