jquery tr click input radio checked
This question already has an answer here:
You need to be setting the checked property via. prop()
:
$(this).find('input:radio').prop('checked', true);
jsFiddle here.
链接地址: http://www.djcxy.com/p/27536.html下一篇: jquery tr点击输入收音机检查