Is there an event for long clicking with the mouse on object? long click I mean to click and stay with the mouse on the object for some seconds.. I tried to use "ondrag" but it didn't work.
Thanks.
daveVk
12:26 am on Jan 29, 2010 (gmt 0)
A combination of settimeout on mouse down and canceling it on mouse up (if not done) is probably the best bet.