jQuery-menu-aim icon indicating copy to clipboard operation
jQuery-menu-aim copied to clipboard

menu-aim inside menu-aim

Open guerrerocarlos opened this issue 11 years ago • 6 comments

How do you recommend me to put exactly a list menu like the one you have on the example, but this one inside the right panel that is shown actually when you hover an item so that this list also shows another side panel (a second one) when hovering?

guerrerocarlos avatar May 08 '13 01:05 guerrerocarlos

I'm working on a 3 level dropdown menu using jquery-menu-aim.

The 'tolerance' only works on first menu right now, but everything else works for all menus (activate and deactivate functions are triggered, etc...).

If somebody have a hint why this doesnt work it could be great. I'm gonna work on this, if I find a solution I'll share it here.

martinlemahieu avatar Apr 13 '15 09:04 martinlemahieu

@martinlemahieu Did you finally find a solution for your problem? I have the same one and cant find a solution. Thanks

DiegoAche avatar Feb 16 '17 12:02 DiegoAche

@DiegoAche No sorry I didn't find a way to fix it. :/ I ended up leaving jquery-menu-aim only on the first level and using simple css or js hover/dropdown on sub-levels.

Still interrested if anybody finds a solution, good luck ! :)

martinlemahieu avatar Feb 17 '17 16:02 martinlemahieu

@martinlemahieu is this the solution you are looking for? Implementing a multi-level menu. Found from this thread

marcusblevin avatar Feb 17 '17 20:02 marcusblevin

@marcusblevin looks great ! need to test if it works when sub-levels opens in different directions. @DiegoAche Maybe this will fix your problem too.

martinlemahieu avatar Feb 18 '17 14:02 martinlemahieu

thanks @marcusblevin and @martinlemahieu ! im going to try this again, the first time didn't work for me, but maybe i didn't do well the css and html part ;)

DiegoAche avatar Mar 06 '17 11:03 DiegoAche