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
Your form and input have the same name attribute value, login.
form
input
login
Change the name on the input to something else, like submit. This should clear up your error.
name
submit