I have radio buttons, where the checked option changes. In order to show this change to the front-end I have to use $('input[name='+name+']').checkboxradio("refresh");
. Is there any other way in Javascript or jQuery to refresh the options?
I don't want to use JQM just for this, for my whole web app.