SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Threaded View
-
Jul 2, 2007, 03:53 #1
- Join Date
- May 2003
- Location
- Cambridge, UK
- Posts
- 2,366
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Is there any way to have the dblclick event cancel the click event?
I have a table of data, where I was planning to have a click on a column header re-order the table, and double-click remove the column, but obviously by double-clicking the click event fires twice and I end up with a table sorted by a hidden column.
Can anyone suggest a way of allowing the double-click event to cancel the click event?
Bookmarks