It would be nice if the menu system supported #attributes for menu items. My particular interest is being able to specify an id/class to allow jQuery manipulation of the menu. Another option would be to automatically generate an id for each menu link.
Comments
Comment #1
RobRoy commentedAny CSS gurus concur that we just need to apply #attribues to the LI? Or, does the A need any action?
Comment #2
jennycita commentedI'm not exactly a css guru... but I found this topic because I really wanted to add an accesskey to a menu item. #attributes on the Form API allow me to add an access key to a submit button... looking for something similar in menus. The attribute in this case would need to be applied to the A, not the LI.
Comment #3
dpearcefl commentedIs there any interest (or a need) for this any longer?