I\'ve been using jquery 1.6 with no problem. Today I switched to jquery 1.8 and suddenly I am getting this error when trying to submit a form:
TypeError: e[h
With jQuery 1.7 (possibly above too) if you have the name property also called submit it will break.
name
submit
E.g.
Will not work, however:
Is fine.