Opened 14 years ago
Closed 14 years ago
#4384 closed bug (duplicate)
jQuery.get doesn't shift all arguments
Reported by: | rogpeppe | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | ajax | Version: | 1.3.2 |
Keywords: | Cc: | [email protected]… | |
Blocked by: | Blocking: |
Description
by inspection in the source code, if the data argument is omitted, then the type parameter will be overwritten. (also "ommited" is not spelled that way!)
Attachments (1)
Change History (3)
comment:1 Changed 14 years ago by
Changed 14 years ago by
Attachment: | get_post_shift_args.patch added |
---|
Note: See
TracTickets for help on using
tickets.
jQuery.post is also affected. Attached a patch which fixes both functions (but not the typo), with a testcase.