Modify ↓
Ticket #1581 (closed bug: duplicate)
jquery v1.2 removes GET arguments from the url of the form plugin (ajaxSubmit)
| Reported by: | djot | Owned by: | john |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.1 |
| Component: | core | Version: | 1.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
- Hi,
I use the forms plugin, sending data to the url index.php?foo=bar.
Now with jquery v1.2 the form is send to index.php without the arguments. They are moved automatically to the POST, which is nonsense and breaks not only my application(s).
djot -
Change History
comment:2 Changed 6 years ago by john
Test Case: http://dev.jquery.com/~john/ticket/postdata/
comment:3 Changed 6 years ago by buzz27
See this earlier ticket as well: http://dev.jquery.com/ticket/1579
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
