Okay i saw there is a disableLink property in the jdmenu, and I am not sure how to call it.
var settings = $.extend({ // Time in ms before menu shows showDelay: 200, // Time in ms before menu hides hideDelay: 500, // Should items that contain submenus not // respond to clicks disableLinks: true // This callback allows for you to animate menus //onAnimate: null }, settings); How do I use these settings when i specify these settings with the jdmenu call Here is what i was trying.. $(function(){ $('ul.jd_menu').jdMenu({disableLinks:false}); }); but this isnt working for me. The top level links are still not clickable On Sep 17, 5:54 pm, dduck1934 <[EMAIL PROTECTED]> wrote: > Hey all, > > Im using the jdmenu and when i add some sub menus, the top level menu > item link is disabled. If i try to click it it does nothing, and I > need to have that top level menu item still available to be clicked > on. If anyone has any suggestions, please let me know. > > Cheers, > Matthew