Library conflicts

hi

This is my link www.peacockbrand.in/demo/version1

Here i have used <script type=“text/javascript” src=“http://code.jquery.com/jquery-1.4.4.min.js”></script> for vertical slide down menu and right side in featured products I have used <script type=“text/javascript” src=“js/external/mootools.js”></script>

Where both get clashed…

If i comment jquery-1.4.4.js means right side works fine neither mootools.js are commented vertical slider works fine…

I want both to work fine…please give me a solution as soon as possible

Please

Hi ashwin. Welcome to the forums. :slight_smile:

This is a common problem for which there are easy solution:

http://docs.jquery.com/Using_jQuery_with_Other_Libraries
http://uzbekjon.hubpages.com/hub/How-to-use-jQuery_noConflict

Hi ralp…

I saw
http://docs.jquery.com/Using_jQuery_...ther_Libraries

But cant understand it…because i dont know java script…

http://uzbekjon.hubpages.com/hub/How...ery_noConflict

is broken…

Please help me

The problem you’re having here is that you seem to be copying the text of the link, which has “…” in it to shorten the visual display of the link.
The proper links to both of those articles is using jQuery with other libraries and [url=“http://uzbekjon.hubpages.com/hub/How-to-use-jQuery_noConflict”]how to use jQuery’s .noConflict() functionality

We also have in our tips and tricks section a piece that demonstrates how to use noConflict too.