Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Radio Button checked by jquery

I have two radio buttons on a html panel I wish to set the checked values of these using jquery and have attempted several methods without success the html looks like:

Code: Select all

     #### 
 Fault 
 OK 

if I use:
$("#radio").find("input").attr("checked", false).checkboxradio("refresh");
All radio buttons are set to unchecked if I try to do the same with the ID of the individual buttons it fails! What is the correct approach?

Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Radio Button checked by jquery

Sorry the html looks like:

Image

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

Radio Button checked by jquery

Hello,

Please look at this link:

http://stackoverflow.com/questions/56...

Return to “Issues”