mccaskey
04-25-2012, 06:31 PM
1) Script Title: Flex Level Drop Down Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/flexdropdown.htm
3) Describe problem: The documentation says the Flex Level Drop Down Menu is for adding menu to "any link" on a page. The menu will appear below or to the right "of the anchor element."
But is the menu really limited to use with anchors? Could the JQuery function be, for example,
$('span.mylinks').addflexmenu('flexmenu1')
instead of
$('a.mylinks').addflexmenu('flexmenu1')
?
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/flexdropdown.htm
3) Describe problem: The documentation says the Flex Level Drop Down Menu is for adding menu to "any link" on a page. The menu will appear below or to the right "of the anchor element."
But is the menu really limited to use with anchors? Could the JQuery function be, for example,
$('span.mylinks').addflexmenu('flexmenu1')
instead of
$('a.mylinks').addflexmenu('flexmenu1')
?