You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove camel casing of keys as suggested by issue hongymagic#2
This is consistent with other $ methods such as:
- $.serializeArray
- $.serialize
There is no reason why it should follow $.data conventions. Although
that isn't hard to achieve.