Running umbraco 4.0.4.2 and ran into a js library conflict...
I'm running MooTools and attempted to use it's date.format function and found out that Microsoft.Ajax.js is being included in my template and overriding that function. It is being loaded from a compiled resource, but I can't fiure out why....
In case anyone else runs into the issue, I think it is because we've got a Contour Form in the template....which I am assuming has some AJAX stuff in it...
MooTools and Umbraco: Javascript Library Conflict
Running umbraco 4.0.4.2 and ran into a js library conflict...
I'm running MooTools and attempted to use it's date.format function and found out that Microsoft.Ajax.js is being included in my template and overriding that function. It is being loaded from a compiled resource, but I can't fiure out why....
Any ideas?
Backend of front-end?
Does MooTools have a no-conflict mode like jQuery?
MicrosoftAjax.js comes from the ScriptManager so do you have one of those (or the AJAX Control Toolkit's implementation of one)?
Uhm, don't think so!
In case anyone else runs into the issue, I think it is because we've got a Contour Form in the template....which I am assuming has some AJAX stuff in it...
is working on a reply...