gpt4 book ai didi

jQuery mobile - 对于每个实时点击事件都应该有一个等效的点击事件吗?

转载 作者:行者123 更新时间:2023-12-03 21:35:16 25 4
gpt4 key购买 nike

我已将 jQuery 实时点击事件替换为 jQuery 移动点击事件以提高响应能力。

出于兼容性原因,我感觉这是一个坏主意。

是否有必要同时拥有这两个事件,有没有办法为同一个函数编写这两个事件?

如('点击','点击')

最佳答案

比利的答案非常完整,而且在我使用它的几次后实际上效果很好。此外,您可能还想查看 JQuery Mobile 中的 vmouse 插件。 ,这是抽象鼠标事件的尝试:

 // This plugin is an experiment for abstracting away the touch and mouse
// events so that developers don't have to worry about which method of input
// the device their document is loaded on supports.

--https://github.com/jquery/jquery-mobile/blob/master/js/vmouse.js

我一直在我正在从事的一个项目中使用它,这些天它看起来 react 相当灵敏。使用时,类似于:

$('selector').bind('vclick', function () { ...

$('selector').bind('vmousedown', function () { ...

关于jQuery mobile - 对于每个实时点击事件都应该有一个等效的点击事件吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6235794/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com