$("tr").bind("click",function(){
            $("input:radio").attr("checked",false);
            $(this).find("td").find("input:radio").attr("checked",true)
        });

 

相关文章:

  • 2021-10-30
  • 2021-08-19
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2021-07-09
猜你喜欢
  • 2021-06-06
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
相关资源
相似解决方案