I have compose one small application in which I want to add 20 radio buttons and then validate whether radio button check or not. Please give me some hints.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
$('input:checked')will return all checked radio buttons.. From here you can do some validation, i guess..