jquery-address icon indicating copy to clipboard operation
jquery-address copied to clipboard

$.address.change() function is called twice on changing address

Open deepu-scs opened this issue 6 years ago • 0 comments

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?

deepu-scs avatar Jun 28 '18 11:06 deepu-scs