jquery to check if radio option is selected

if ($('input[name="front"]:checked').length == 0){      
        erros = 1;
    }
    else {
      
    }

Comments

Popular posts from this blog

Script For Login, Logout and View Using PHP, MySQL and Bootstrap

PHP Ajax Login Validation Tutorial

Insert CheckBox and Radio button Data in MySQL Database Using PHP