兼容tap事件

来源:互联网 发布:辰溪新天地网络欠债 编辑:程序博客网 时间:2024/05/09 04:15
var R = window.R = window.R || {};R.touchEvent = ('ontouchstart' in window') ? "tap" : "click";window.$body = $(document.body);
$body.on(R.touchEvent, ".myHellaLongListItems", this.eventHandler);
0 0
原创粉丝点击