Lavanaut
01-18-2012, 09:19 PM
1) Script Title: Smooth Navigational Menu (v1.5)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm
3) Describe problem:
I am using something called Social Engine for my website. It uses quite a bit of jQuery. I've been looking for a multi-level menu and this is by far the best one. They have a "HTML block" that you can put custom HTML into it.
My menu works perfectly fine... the problem I'm having must be conflicting with multiple jQuery instances. All of my other jQuery applications don't work, such as certain frames missing and clicking doesn't do anything. I can see javascript:void(0) on the bottom when I try to click them.
Only way I can get them to work again is by removing
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
but then my menu doesn't function. What could possibly be causing this... any suggestions that would help me pinpoint the problem?
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm
3) Describe problem:
I am using something called Social Engine for my website. It uses quite a bit of jQuery. I've been looking for a multi-level menu and this is by far the best one. They have a "HTML block" that you can put custom HTML into it.
My menu works perfectly fine... the problem I'm having must be conflicting with multiple jQuery instances. All of my other jQuery applications don't work, such as certain frames missing and clicking doesn't do anything. I can see javascript:void(0) on the bottom when I try to click them.
Only way I can get them to work again is by removing
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
but then my menu doesn't function. What could possibly be causing this... any suggestions that would help me pinpoint the problem?