【发布时间】:2015-03-28 18:47:51
【问题描述】:
我正在使用fast click,并通过以下方式将其应用于正文:
FastClick.attach(document.body);
我如何不将其应用于如下元素:
<div class="item">My El</div> -- Do not apply fastclick to this element
更新
【问题讨论】:
-
就在readme...
标签: javascript jquery fastclick.js