0

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");
4

1 に答える 1

0

私はそれを理解しました、

$("label[for='radio-choice-d'] span.ui-btn-text").text('new text');
于 2012-07-26T03:46:25.920 に答える