#10939 closed bug (invalid)
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: http://jsfiddle.net/Q4jhX/
Note: See
TracTickets for help on using
tickets.
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.