document.onselectstart= function(event){return selecttd()};
function selecttd(){
var the = event.srcElement ;
if(the.tagName.toLowerCase()!= "input"&&the.tagName.toLowerCase()!= "textarea")
{
return false;
}
return true ;
}
相关文章:
-
2022-12-23
-
2022-12-23
-
2021-11-30
-
2022-12-23
-
2022-12-23
-
2021-09-03
-
2022-12-23
-
2021-06-25
猜你喜欢
-
2022-12-23
-
2021-07-07
-
2022-12-23
-
2022-12-23
-
2022-12-23
相关资源
-
下载
2021-06-05
-
下载
2023-01-28
-
下载
2021-06-24
-
下载
2022-12-14
-
下载
2022-12-19