Opened 10 years ago
Closed 10 years ago
#13672 closed bug (notabug)
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
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
This is not a jQuery bug, report it to the plugin's author: http://www.malsup.com/jquery/form/
Note: See
TracTickets for help on using
tickets.
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.