Answer: Using the Prop method,we can achieve:-
To Check #rdb_active buttons
$("#rdb_active").prop("checked",true);
To Uncheck #rdb_active buttons
$("#rdb_active").prop("checked",false);
Similarly,we can use Checkboxes.
Asked In: Many Interviews |
Alert Moderator