ie禁止html复制元素,JavaScript_禁止选中文字兼容IE、Chrome、FF等,复制代码 代码如下: $(el).attr('u - phpStudy...
禁止選中文字兼容IE、Chrome、FF等
$(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;/**禁止選中文字*/
}相關閱讀:
js使用for循環查詢數組中是否存在某個值
css教程之絕對定位使用詳解
JQuery加載圖片自適應固定大小的DIV
jQuery中事件對象e的事件冒泡用法示例介紹
win7系統無法修改文件夾的只讀屬性的設置方法圖文教程
jquery ui resize 中border-box的bug修正
解決Java J2EE亂碼問題的方法
C#中Cookie之存儲對象
推送在即:Win10 Mobile一周年更新正式版14393.67已上傳至服務器
win10手機預覽版怎么快速切換鍵盤輸入法圖文教程
asp將本地的文件上傳到服務器
Win10 10565預覽版打印機怎么恢復默認設置?
avalon js實現仿google plus圖片多張拖動排序附源碼下載
常見的jQuery選擇器匯總
總結
以上是生活随笔為你收集整理的ie禁止html复制元素,JavaScript_禁止选中文字兼容IE、Chrome、FF等,复制代码 代码如下: $(el).attr('u - phpStudy...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 动漫风html源码,CSS3动画制作一个
- 下一篇: html table没有align,HT