Advertisement
nottrobin

Untitled

Dec 1st, 2015
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.50 KB | None | 0 0
  1. 43,49d42
  2. <             case 'text':
  3. <             case 'hidden':
  4. <             case 'password':
  5. <             case 'button': // Not submitted when submitting form manually, though jQuery does serialize this and it can be an HTML4 successful control
  6. <             case 'submit':
  7. <                 addNameValue(formElement.name, formElement.value);
  8. <                 break;
  9. 59a53,55
  10. >                 break;
  11. >             default:
  12. >                 addNameValue(formElement.name, formElement.value);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement