Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
56
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.                     if(!radioChecked) {
  5.                         alert('You must select a course for the conference.');
  6.                         addHiglight(document.regForm.name);
  7.                         return false;                      
  8.                     }
  9.                         console.log(radioChecked);
  10.                     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement