jquery mobile如何正确刷新单选按钮?

时间:2012-07-26 03:32:45

标签: jquery-mobile radio-button

我在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");

1 个答案:

答案 0 :(得分:0)

我明白了,应该是

$("label[for='radio-choice-d'] span.ui-btn-text").text('new text');