Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何减少两个连续双击 jquery 事件之间的时间间隔。目前我需要等待大约 2 秒才能执行正确的下一次双击。有没有办法消除 2 秒的时间间隔并减少它?
就像您甚至可以在 jquery api 网站上看到的那样:http : //api.jquery.com/dblclick/ 连续双击不起作用,但如果您等待 2 秒并双击,则演示工作。