标签: javascript jquery jquery-mobile
我有单选按钮,其中选中的选项会更改。为了向前端显示此更改,我必须使用$('input[name='+name+']').checkboxradio("refresh");。在Javascript或jQuery中有没有其他方法来刷新选项?
$('input[name='+name+']').checkboxradio("refresh");
对于我的整个网络应用,我不想仅仅为此使用JQM。