select radio button using jquery
checked radio button using jquery
('#idOfRadio').attr("checked","checked");
<input type="radio" id="idOfRadio" name="idOfRadio" />
('#idOfRadio').attr("checked","checked");
<input type="radio" id="idOfRadio" name="idOfRadio" />
Comments
Post a Comment
If you Satisfied , Please Leave a comment