Skip to main content

Bug Tracker

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!)

Attachments (1)
Change History (2)

Changed March 20, 2009 03:21AM UTC by JDay comment:1

jQuery.post is also affected. Attached a patch which fixes both functions (but not the typo), with a testcase.

Changed March 21, 2009 02:28AM UTC by dmethvin comment:2

resolution: → duplicate
status: newclosed

Duplicate of #3775.