Side navigation
#4384 closed bug (duplicate)
Opened March 19, 2009 12:17PM UTC
Closed March 21, 2009 02:28AM UTC
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: | rogpeppe@gmail.com | |
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!)
jQuery.post is also affected. Attached a patch which fixes both functions (but not the typo), with a testcase.