Forum Moderators: open

Message Too Old, No Replies

Long clicking event?

         

yoavr

5:29 am on Jan 28, 2010 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



A combination of settimeout on mouse down and canceling it on mouse up (if not done) is probably the best bet.