Side navigation
#13672 closed bug (notabug)
Opened March 27, 2013 02:53AM UTC
Closed March 28, 2013 12:06AM UTC
Bugs with ajaxSubmit(Jquery.form.js)
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Attachments (0)
Change History (2)
Changed March 27, 2013 02:59AM UTC by comment:1
Changed March 28, 2013 12:06AM UTC by comment:2
resolution: | → notabug |
---|---|
status: | new → closed |
This is not a jQuery bug, report it to the plugin's author: http://www.malsup.com/jquery/form/
When I used the .ajaxSubmit()(provided by 'jquery.form.js') method to submit a form with "POST", the action page can not receive any data(And I found it works in jquery 1.4.2.), only when I submiet the form with "GET", the action page can receive data.