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 comment:1
component: | unfiled → ajax |
---|---|
milestone: | None → 1.8 |
owner: | → dmethvin |
priority: | undecided → low |
status: | new → assigned |
type: | bug → enhancement |
Changed August 10, 2012 05:52PM UTC by comment:2
keywords: | → needsdocs |
---|---|
resolution: | → fixed |
status: | assigned → closed |
Changed October 15, 2012 10:08PM UTC by comment:3
keywords: | needsdocs |
---|