Click and double-click event firing

后端 未结 3 1330
长情又很酷
长情又很酷 2021-01-22 01:35

I\'m writing event handlers using jQuery, and had a question about the click and double-click events. I\'ve got an element with a class \"file\" on it. It has two event handlers

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-22 02:19

    This is the default behavior of jquery. You must use/do something like this: https://gist.github.com/399624

提交回复
热议问题