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