google maps - Open info window if user hovers longer than x milliseconds -


what i'm trying simple:

open marker's info window if user has hovered on marker longer x millisecond.

i can't find how anywhere. appreciate little code snippet show me how set up!

the jquery hoverintent plugin might able you

http://cherne.net/brian/resources/jquery.hoverintent.html

hoverintent plug-in attempts determine user's intent... crystal ball, mouse movement! works (and derived from) jquery's built-in hover. however, instead of calling onmouseover function, waits until user's mouse slows down enough before making call.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -