jquery-address
jquery-address copied to clipboard
Cannot get it working: TypeError: D is undefined
I'm always getting TypeError: D is undefined.
So it seems that the latest version is broken with jQuery 2.1.3.
<script type="text/javascript" src="js/libs/jquery.address-1.5.min.js?strict=false&wrap=true"></script>
<script src="js/libs/jquery-2.1.3.min.js"></script>
Any solution on this? Already tested an old jQuery version where jquery-address is working. But that is braking some other stuff on my site. So please update jquery-address or please give some tips how it can be used with the latest jQuery version.
Thanks.
It seems that v1.6 resolves this problem, however the website still points to v1.5. You can download 1.6 through GitHub, just download the master repo as zip.
I just solved it with my own solution, but good to know. You can close if you wish.