I am using backbone.js
to create a web application and I have a problem with urls
. I want to get previous hash in url
without using:
$(window).on("hashchange", function (e) {});
and store it in a variable.
I am using backbone.js
to create a web application and I have a problem with urls
. I want to get previous hash in url
without using:
$(window).on("hashchange", function (e) {});
and store it in a variable.