在移动端禁用长按选中文本功能
发布时间:2016-03-04, 00:05:33 分类:HTML | 编辑 off 网址 | 辅助
正文 260字数 165,691阅读
* {
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
Run code
Cut to clipboard
window.ontouchstart = function(e) { e.preventDefault(); };
Run code
Cut to clipboard
(支付宝)给作者钱财以资鼓励 (微信)→
暂无评论 »