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
Post a Comment