Matt James
-
15 votes
Matt James
shared this idea and gave it 3 votes
·
-
101 votescompleted ·
Adminseth
(Admin, userfly)
responded
For new accounts, userfly.js will no longer conflict with jQuery since we’re now using our own protected javascript namespace. For current customers, shoot an email to support@userfly.com and we’ll make the change. :)
We’ve also implemented a userfly.js hint so that jQuery doesn’t get loaded again if you’ve already included it. Specify your jQuery symbol via a GET parameter, jQuery, but ensure that your jQuery library (>= 1.3.2) is loaded prior to including userfly.js. :)
For example, you can now pass the following jQuery hint:
document.write(unescape(“%3Cscript src=’” + userflyHost + “/users/x/userfly.js?jQuery=$’ type=‘text/javascript’%3E%3C/script%3E”));
Or if you’re running jQuery in non-conflict mode:
document.write(unescape(“%3Cscript src=’” + userflyHost + “/users/x/userfly.js?jQuery=jQuery’ type=‘text/javascript’%3E%3C/script%3E”));
Matt James
gave this 3 votes
·
-
3 votes
Matt James
shared this idea and gave it 2 votes
·
-
126 votesplanned ·
Admincte
(Admin, userfly)
responded
This does seem to be a problem, and we will try to improve this.
Matt James
shared this idea and gave it 2 votes
·