Opened 15 years ago
Closed 15 years ago
#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: | ||
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 15 years ago by
Owner: | set to john |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
See this earlier ticket as well: http://dev.jquery.com/ticket/1579
comment:4 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Test Case: http://dev.jquery.com/~john/ticket/postdata/