Guest User

Untitled

a guest
Jun 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $('div#methods :child input').each(function() {
  2. if($(this).attr('checked')) {
  3. valid = true;
  4. checked_option = $(this).attr("label");
  5. }
  6. });
Add Comment
Please, Sign In to add comment