Side navigation
#10939 closed bug (invalid)
Opened December 01, 2011 04:55PM UTC
Closed December 01, 2011 05:00PM UTC
Last modified December 01, 2011 05:24PM UTC
form.attr('method') returns undefined in IE7
Reported by: | f1sherman | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
See the following jsfiddle:
Only
GET
andPOST
are allowed by the spec.http://www.w3.org/TR/html4/interact/forms.html#h-17.13.1
So if
$('form').attr('method')
returnsPUT
but the form submit still does not work, it would not really advance your cause.