Side navigation
#1581 closed bug (duplicate)
Opened September 11, 2007 12:46PM UTC
Closed September 15, 2007 01:21AM UTC
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
-