jquery-address
jquery-address copied to clipboard
$.address.change() function is called twice on changing address
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?