Selecting radio button using javascript
- by admin
- 0
Selecting radio button with jquery:
Suppose radio button has id “mybutton”; Then
jQuery(“#mybutton”).prop(“checked”, true);
Selecting radio button with jquery: Suppose radio button has id “mybutton”; Then jQuery(“#mybutton”).prop(“checked”, true);
Selecting radio button with jquery: Suppose radio button has id “mybutton”; Then jQuery(“#mybutton”).prop(“checked”, true);