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

首頁 > 語言 > JavaScript > 正文

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

2024-05-06 15:51:28
字體:
來源:轉載
供稿:網友
禁止選中文字在某些時候還是蠻有必要的,比如不想讓他人復制自己的文章之類的,下面為大家介紹下具體的實現方,而且兼容目前主流瀏覽器

復制代碼 代碼如下:


$(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;/**禁止選中文字*/
}

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 黔江区| 略阳县| 万盛区| 漾濞| 康马县| 教育| 汝城县| 井冈山市| 贵德县| 武鸣县| 宁安市| 保康县| 大竹县| 广西| 清苑县| 道真| 灵川县| 昌图县| 满城县| 介休市| 修文县| 安图县| 隆昌县| 布尔津县| 新民市| 白水县| 黄山市| 清苑县| 商水县| 子长县| 环江| 文登市| 十堰市| 南溪县| 沁阳市| 吉林省| 肥东县| 钟山县| 宜春市| 遂溪县| 察哈|