国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

禁止選中文字兼容IE、Chrome、FF等

2019-11-20 22:20:09
字體:
來源:轉載
供稿:網友
復制代碼 代碼如下:

$(el).attr('unselectable','on')
.css({'-moz-user-select':'-moz-none',
'-moz-user-select':'none',
'-o-user-select':'none',
'-khtml-user-select':'none', /* you could also put this in a class */
'-webkit-user-select':'none',/* and add the CSS class here instead */
'-ms-user-select':'none',
'user-select':'none'
}).bind('selectstart', function(){ return false; });

根據上面分析 可以設置 你需要禁止選中文字區域的 css。如:
復制代碼 代碼如下:

.table {
text-align: center;
vertical-align:middle;
height: 39px;
overflow: hidden;
moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select:none;
-khtml-user-select:none; /* you could also put this in a class */
-webkit-user-select:none;/* and add the CSS class here instead */
-ms-user-select:none;
user-select:none;/**禁止選中文字*/
}
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 安泽县| 天台县| 乌兰县| 绍兴县| 景洪市| 自治县| 瑞昌市| 杨浦区| 怀仁县| 慈利县| 铜鼓县| 沧源| 邵武市| 曲靖市| 淳化县| 昔阳县| 东乡族自治县| 白河县| 岱山县| 天峻县| 宜兰县| 诸城市| 乐都县| 四平市| 益阳市| 靖边县| 三门峡市| 馆陶县| 古蔺县| 印江| 海兴县| 阿尔山市| 济南市| 讷河市| 建平县| 郓城县| 香港 | 宜昌市| 杭锦旗| 潮安县| 长岭县|