标签: jquery html jquery-ui
当我按下我的一个单选按钮时,我希望每个<form>中具有相同值的每个其他单选按钮也会改变。 我不能让这个工作,我为你做了一个js小提琴,检查http://jsfiddle.net/Wpw9u/2/
<form>
请帮忙!
答案 0 :(得分:0)
我现在找到了解决问题的方法:
I just had to change .prop("selected", true) to .prop("checked", true);