Bug Tracker

Opened 11 years ago

Closed 11 years ago

#12089 closed enhancement (invalid)

Deprecate $.ajaxSettings.traditional default in $.param()

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

Description

Currently $.serialize() uses $.ajaxSettings.traditional to determine its serialization behavior. Let's add a traditional argument to $.serialize() instead, so that the serialization code has no dependencies on ajax.js and can be used independently or with other ajax stacks. Behavior of $.ajax() calls will be unaffected because it will pass $.ajaxSettings.traditional as the argument.

Change History (2)

comment:1 Changed 11 years ago by dmethvin

Component: unfiledajax
Milestone: None1.8
Owner: set to jaubourg
Priority: undecidedhigh
Status: newassigned
Type: bugenhancement

comment:2 Changed 11 years ago by dmethvin

Resolution: invalid
Status: assignedclosed
Summary: Deprecate $.ajaxSettings.traditional use in $.serialize()Deprecate $.ajaxSettings.traditional default in $.param()

The description here was wrong, it's easier to create a new ticket with an accurate description.

Note: See TracTickets for help on using tickets.