[jQuery] jdMenu 1.4.1 not accepting settings?

[jQuery] jdMenu 1.4.1 not accepting settings?


Have setup jdMenu 1.4.1 successfully but am having one minor issue.
When
I try to override the disableLinks setting, it doesn't seem to take.
Here is the
snippet of code to create my menus:
$(document).ready( function() { $('ul.jdMenu').jdMenu({disableLinks:
false}); } );
The snippet is placed near the bottom of the page, just a few lines
before the
closing body tag.
Using Firebug, I see that the settings parameter to the jdMenu
constructor is
coming in as undefined. Not sure why this would be; for now, I've
modified the
jdMenu source to set the setting to false. However, I would prefer to
leave
the source untouched and have it overridden properly.
Don't have a publically visible page to link to, but I'll provide
whatever snippets, etc.
that might be helpful. I've checked the other JS libraries in use on
the page, and
I don't see any name conflicts. Here is a list of the various jquery
libs I am using and
their versions:
jquery: 1.2.3, minified distribution
dimensions: 1.2, minified distribution
positionBy 1.0.7
cluetip: 0.9.6
bgiframe: 2.1.1
The remaining libs are other custom, non-jquery based pieces.
Thanks
- Luis