Link to home
Start Free TrialLog in
Avatar of rameshitm
rameshitm

asked on

Conflict stmenu and jquery1.4.2

In my website am using stmenu and Carousel. Here i don't know Carousel is working but Menu is not working in my website.  When i remove jquery1.4.2.js  script tag Menu is working, but Carousel is not working. When i include jquery1.4.2.js  script tag Menu is not working, but Carousel is working.
Lastly i find out stmenu.js and jquey1.4.2.js conflict. I want to work both. What can i do. Help me
Avatar of MacAnthony
MacAnthony
Flag of United States of America image

There are a couple of solutions outlined in jquery's documentation on using .noConflict with multiple JS libraries. Try them out and see which works for you.

Avatar of rameshitm
rameshitm

ASKER

Where i have to  include the .noConflict
ASKER CERTIFIED SOLUTION
Avatar of MacAnthony
MacAnthony
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you