$.address.change() function is called twice on changing address
Opened this issue · 0 comments
deepu-scs commented
I am using jQuery address to update address in my web application.
$.address.state(url); $.address.update();
Tracking address change using:
$.address.change(function(event) { alert("address.changed"); ... });
The $.address.change() function is called twice. What could be the reason?