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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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