psonar19
12-10-2012, 04:53 AM
1) Script Title: jQuery Gooey Menu
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex1/gooeymenu.htm
3) Describe problem: I am trying to implement gooeymenu on my latest project, i have the following lines in order
----------------------------------------------------------------------------------------
<head>
........
script type="text/javascript" src="js/jquery-1.8.2.min.js"></script>
<script src="js/gooeymenu.js" type="text/javascript"></script>
<script src="js/jquery.waitforimages.min.js" type="text/javascript"></script>
<script src="js/functions.js" type="text/javascript"></script>
</head>
------------------------------------------------------------------------------------------
what seems to be the problem is that, gooeymenu seems to interfere with my other jquery scripts and all of them stop working except gooeumenu. Even simple codes like $('.something').hide(); dont work. I have allready triied commenting out the jQuery.noConflict() but that does not work either. What i want to know is that is there a order of using gooeymenu, the fun thing is , when i paste gooeymenu js script link below all the js links gooeymenu doesnot work either . Please help , im on a deadline.
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex1/gooeymenu.htm
3) Describe problem: I am trying to implement gooeymenu on my latest project, i have the following lines in order
----------------------------------------------------------------------------------------
<head>
........
script type="text/javascript" src="js/jquery-1.8.2.min.js"></script>
<script src="js/gooeymenu.js" type="text/javascript"></script>
<script src="js/jquery.waitforimages.min.js" type="text/javascript"></script>
<script src="js/functions.js" type="text/javascript"></script>
</head>
------------------------------------------------------------------------------------------
what seems to be the problem is that, gooeymenu seems to interfere with my other jquery scripts and all of them stop working except gooeumenu. Even simple codes like $('.something').hide(); dont work. I have allready triied commenting out the jQuery.noConflict() but that does not work either. What i want to know is that is there a order of using gooeymenu, the fun thing is , when i paste gooeymenu js script link below all the js links gooeymenu doesnot work either . Please help , im on a deadline.