Created
May 19, 2011 18:07
-
-
Save kamranayub/981360 to your computer and use it in GitHub Desktop.
IE 7 and below <button> tag value on POST fix
That's really strange. JQuery is not able to retrieve the $this.attr("value")
in IE 7. The solution: http://stackoverflow.com/a/1863867/504845
OK, done, see my version: https://gist.github.com/1949690
It says in JQuery 1.6+ this should be fixed; what version are you using? I think it is working fine for us (since we use it for determining MVC actions).
I see JQuery 1.3 in our ancient project... :-) I didn't think of checking the JQuery version. Anyway, I wouldn't update it, too much fear.
This works like a charm, cheers!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is how my GET looks like
&ie_means=Get+quotation&means=Get+quotation
- working on my fork to fix it.