InterviewSolution
Saved Bookmarks
| 1. |
How we can get the value of a radio button using Jquery? |
|
Answer» When a radio button is selected addition check ATTRIBUTE is not ADDED to it. You have to enter "CHECKED". Example$(document).READY(function(){ |
|