标题:
JS中event.preventDefault()取消默认事件后还原
[打印本页]
作者:
xiexie
时间:
2016-7-26 18:40
标题:
JS中event.preventDefault()取消默认事件后还原
完美解决思路
$("#id").on('touchmove',function(event) { event.preventDefault(); }, false);
$("#id").unbind('touchmove');
欢迎光临 PHP开发笔记 (http://phpvi.com/)
Powered by Discuz! 6.1.0