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

Real-Time Web Interface to MQTT using Socket.io and Node.js

Customize radio buttons and checkboxes with CSS sprites