Skip to main content

Bug Tracker

Side navigation

#12137 closed enhancement (fixed)

Opened July 24, 2012 09:10PM UTC

Closed August 10, 2012 05:52PM UTC

Last modified October 15, 2012 10:08PM UTC

Deprecate use of $.ajaxSettings.traditional as $.param default

Reported by: dmethvin Owned by: dmethvin
Priority: low Milestone: 1.8
Component: ajax Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

Currently $.param(array, traditional) will fill in its traditional argument using $.ajaxSettings.traditional if it is undefined. This creates a dependency on the full ajax stack that is unnecessary. As of 1.9, if you want the traditional behavior you must explicitly pass true as the second argument.

This has no effect on $.ajax() usage since it passes the traditional parameter explicitly.

Attachments (0)
Change History (3)

Changed July 24, 2012 09:11PM UTC by dmethvin comment:1

component: unfiledajax
milestone: None1.8
owner: → dmethvin
priority: undecidedlow
status: newassigned
type: bugenhancement

Changed August 10, 2012 05:52PM UTC by dmethvin comment:2

keywords: → needsdocs
resolution: → fixed
status: assignedclosed

Changed October 15, 2012 10:08PM UTC by mikesherov comment:3

keywords: needsdocs