make the innerText in the html element can not be selected
时间:2014-09-02 11:56:44
收藏:0
阅读:289
approach
style="-moz-user-select:none;" onselectstart="javascript:return false;"
onselectstart event is for ie
原文:http://www.cnblogs.com/langu/p/3950988.html
评论(0)