
Genius Menu is an highly flexible expand list plugin for jQuery.
The Expand style is inspired from MaxOSX Dock Genius Effect.
Click on View Demo to look at effect, flexibility and code.
Features :
- Auto orientation of expand
- Highly Customizable
- Easily draggable with jQueryUI
- Browser support ( IE > 5.5??, FireFox, Safari, Opera )





Yeah Max, you're right.
I used 'e.srcElement' to detect wich element is clicked and under firefox, we have to use 'e.originalTarget'.
So now, it's : var srcTarget = e.originalTarget || e.srcElement ;
Pb solved and version increased to v1.1.
Thks Max.
7 juin 2010 15:40
Doesn't seem to be working under Firefox.
4 juin 2010 20:38