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

change event is triggered even before the address events are subscribed

Open raghavendra-kulkarni opened this issue 6 years ago • 0 comments

$(_load) in else block is triggered on document readyState is interactive and this trigger the change event before the address events are subscribed in a file that is loaded by the require JS. Because of this, initial change event is not listened.

raghavendra-kulkarni avatar Jun 17 '18 14:06 raghavendra-kulkarni