Selecting radio button using javascript

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