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

首頁 > 開發 > CSS > 正文

通過CSS規則禁止選中文字的實現代碼

2024-07-11 08:30:48
字體:
來源:轉載
供稿:網友

語法

Formal syntax: none | text | all | element

復制代碼
代碼如下:
(-prefix-)user-select: none;
(-prefix-)user-select: text;
(-prefix-)user-select: all;
(-prefix-)user-select: element;

示例


復制代碼
代碼如下:
.row-of-icons {
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */</p><p> /* No support for these yet, use at own risk */
-o-user-select: none;
user-select: none;
}

IE兼容性

目前在IE 10以及IE 10以上版本的瀏覽器可以使用-ms-user-select這個規則,但在更早版本的IE,我們只能通過javascript實現禁止選中文本:


復制代碼
代碼如下:
$(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;
});

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 赤峰市| 泰和县| 盘锦市| 和林格尔县| 巨鹿县| 临洮县| 贵州省| 集贤县| 北海市| 绥江县| 綦江县| 社旗县| 通辽市| 耿马| 临沧市| 商河县| 寿阳县| 金沙县| 郧西县| 东宁县| 五寨县| 鄂伦春自治旗| 郴州市| 融水| 方山县| 来安县| 武清区| 桐庐县| 东乡县| 甘洛县| 南木林县| 大丰市| 乌兰浩特市| 肇东市| 赤水市| 久治县| 平泉县| 喀喇沁旗| 普兰店市| 行唐县| 米易县|