HI All,
I'm hoping somebody can give me some pointers.
I am using the above mentioned plug in
(http://www.ihwy.com/Labs/demos/current/jquery-listmenu-plugin.aspx).
As such it is working fine but I would like to slow some actions down a
little
I have modified the css so that the list of sorted names does not have
that much margin, unfortunatly this means that the mouse can easily
hover over the characters or it is easy to leave the list area or hit
one of the characters. As a result the list disappears or is replaced by
the list of another character.
It is especially a nuisance when the character U has only one item so
that you have to move the mouse across a big part of the page.
I tried to implement jquery.event.hover.js but I think the problem here
is that parts of the html have not been generated when the page is
opened so I think that will not work.
I also tried hoverIntent.js
(http://cherne.net/brian/resources/jquery.hoverIntent.html) by loading
the js before I load the listmenu.js and replacing the hover calls to
hoverIntent but I don't think that is enough, I have seen no difference
anyway.
I have looked at cluetip.js, which uses hoverintent but this did not help.
I also have tried to set the setTimeout values, this helped a little but
not everywhere.
It would be nice if i would not react that quickly when you leave the
list area or hit one of the characters.
Anyone any ideas?
Regards,
Gerrit