here is my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Kaizen Digital</title> <script type="text/javascript" src="/kaizen/api/js/jquery.js"></script> <script type="text/javascript" src="/kaizen/api/js/livequery.js"></script> <script type="text/javascript" src="/kaizen/api/js/jdmenu.js"></script> <link rel="stylesheet" type="text/css" href="/kaizen/css/default.php" /> <link rel="stylesheet" type="text/css" href="/kaizen/api/js/css/jdmenu.css" /> </head> <body> <div id="header"> <ul id="main_menu" class="jd_menu"> <li> # Home <ul><li> # test </li></ul></li> <li> # Products </li> <li> # The Team </li> <li> # Forums </li> <li> # About Us </li> <li> # Contact Us </li> <li> # Register </li> </ul> </div> <div id="main_content"> </div> <div id="footer"> <div class="copyright"> Content Copyright © 2007 Kaizen Digital<br /> Site Built With Codereck API, Copyrighted © 2007 Ryan Zec </div> </div> <script type="text/javascript" language="javascript"> $(document).ready(function() { $('ul.jd_menu').jdMenu(); }); </script> </body></html> I am getting this error when i roll over and the out of the first link(and the test link does not appear like i thought it would). $(window).scrollLeft is not a function Anyone know why i am getting this error -- View this message in context: http://www.nabble.com/jd-menu-issue-tf4320619s15494.html#a12303837 Sent from the JQuery mailing list archive at Nabble.com.