ASP源码.NET源码PHP源码JSP源码JAVA源码DELPHI源码PB源码VC源码VB源码Android源码

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

来源:网络整理     时间:2016-06-09     关键词:chrome

本篇文章主要介绍了"禁止选中文字兼容IE、Chrome、FF等",主要涉及到chrome方面的内容,对于Javascriptjrs看球网直播吧_低调看直播体育app软件下载_低调看体育直播感兴趣的同学可以参考一下: 复制代码 代码如下:$(el).attr('unselectable','on') .css({'-moz-user-select':'-moz-none', ...

复制代码 代码如下:


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

以上就介绍了禁止选中文字兼容IE、Chrome、FF等,包括了chrome方面的内容,希望对Javascriptjrs看球网直播吧_低调看直播体育app软件下载_低调看体育直播有兴趣的朋友有所帮助。

本文网址链接:http://www.codes51.com/article/detail_1598843.html

相关图片

相关文章