<script src="http://jqueryjs.googlecode.com/files/jquery-1.3.js" type="text/javascript"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools-yui-compressed.js"></script>
after this i've to load some more js files for jQuery
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script> <script src="animated-menu.js" type="text/javascript"></script>
and for mootool
<script type="text/javascript" src="js/overlay.js"></script> <script type="text/javascript" src="js/assets.js"></script> <script type="text/javascript" src="js/multibox.js"></script>
Since using both jQuery & mootool doesnt work, I've checked some websites and it tells me to add a jQuery.noConflict() function to eliminate possible conflicts after all the libraries are loaded.
Can anyone help me out solve this problem.. like which part of the code to add the jQuery.noConflict() etc.
This post has been edited by ptamzz: 25 January 2010 - 03:10 PM

New Topic/Question
Reply



MultiQuote



|