Wednesday, November 12, 2014

Change selected input of radio button using jquery

Change selected input of radio button using jquery.
$("input[value='option3']").prop("checked", true);

Live Sample

No comments:

Post a Comment