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
相关资源
相似解决方案