Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.                     jQuery(".title input:radio").each(function () {
  2.                         console.log( jQuery(this));
  3.                         var radioChecked = jQuery(this :checked);
  4.                         console.log(radioChecked);
  5.                     });
  6.                     if(!radioChecked) {
  7.                         alert('You must select a course for the conference.');
  8.                         addHiglight(document.regForm.name);
  9.                         return false;                      
  10.                     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement