I'm trying to get the Jquery Selectmenu plugin
to expand when I mouse over but close again when I leave it.
I decided to use the MouseOver
and MouseOut
events along with the open
and close
commands.
Problem is with how it works. It seems to create a some sort of fake menu outside of the div so as soon as I move over the options the menu closes again.
I reproduced this in JsFiddle: http://jsfiddle.net/jc2bs/
I would love to be able to get this to work.
Also I would love if I was able to get it to close on mouseout
if it was activated by a mouseover
but not if it was activated by a click ( so if user clicked the menu it would stay open until he picked a option or clicked outside). But I guess that's a much more difficult scenario to solve.