asual / jquery-address

jQuery Address - Deep linking for the masses
http://www.asual.com/jquery/address
GNU General Public License v2.0
815 stars 172 forks source link

change event is triggered even before the address events are subscribed #201

Open raghavendra-kulkarni opened 6 years ago

raghavendra-kulkarni commented 6 years ago

$(_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.