Hi
I am using JQuery Address plugin for address.change event the problem is that this event occurs before document is fully loaded ( in FireFox & safari )
how can I wait for it to load?
thanks.
Hi
I am using JQuery Address plugin for address.change event the problem is that this event occurs before document is fully loaded ( in FireFox & safari )
how can I wait for it to load?
thanks.
$(document).ready(function() {
// put your address.change event and function here
});
the problem is i need the code to happen in $address.change and not in $(document).ready