Monday, April 9, 2012

HTML Double Click Event

This morning i am surprised when i came to know html control does have a event called ondblclick for double click event. I know it is new for most of the html developers though they have extensive knowledge.

I feel its really useful for double click functionality.

<a  ondblclick="javascript:alert('double click event')">double click</a>

No comments:

Post a Comment