我在javascript中更改了单选按钮的标签并调用了刷新功能。但它永远不会得到正确的刷新。 http://jsfiddle.net/V3qb9/69/
$("#radio-choice-d").siblings("label").text("Good");
//$("input[type='radio']:first").attr("checked",true).checkboxradio("refresh");
$('input:[name=radio-choice-b]:radio:checked').checkboxradio("refresh");
答案 0 :(得分:0)
我明白了,应该是
$("label[for='radio-choice-d'] span.ui-btn-text").text('new text');