Answers for "To do validation for the textbox , radio button and dropdown using jquery"

0

To do validation for the textbox , radio button and dropdown using jquery

•	Here input[name='Gender'] is radio button control name 

if ($('#txtName').val() == "" || $('#txtSalary').val() == "" || 
    $("input[name='Gender']:checked").length == 0 ||
     $('#ddlState option:selected').val() == "")
Posted by: Guest on May-07-2020

Code answers related to "To do validation for the textbox , radio button and dropdown using jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language