Thursday, 9 April 2015

How to use JQuery for Group of radio buttons

For Retrieving the value .

question6 : Name for group of Radio buttons .

var val6= $("input[name=question6]:checked").val();

Used for setting the selected value on  Group of Radio Buttons

$("input[name=question6]").val([x]);

No comments:

Post a Comment