mootools conflict with others library
-
As many others who wanted to use this wonderful library i.e. Mootools, inluding it in wordpress was a pain as it conflict with others one.
Check if you use the library jQuery in your header.php of your wp theme:
<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js”></script>
then visit those pages:
-http://code.google.com/intl/fr/apis/ajaxlibs/documentation/#AjaxLibraries)
-http://docs.jquery.com/Using_jQuery_with_Other_LibrariesTo use your mootools library, you must for ex. insert this piece of code after jQuery and the other library have both loaded:
<script>jQuery.noConflict();</script>(for me it was in the header.php page)
The topic ‘mootools conflict with others library’ is closed to new replies.