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
Component: | unfiled → ajax |
---|---|
Milestone: | None → 1.8 |
Owner: | set to jaubourg |
Priority: | undecided → high |
Status: | new → assigned |
Type: | bug → enhancement |
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Summary: | Deprecate $.ajaxSettings.traditional use in $.serialize() → Deprecate $.ajaxSettings.traditional default in $.param() |
Note: See
TracTickets for help on using
tickets.
The description here was wrong, it's easier to create a new ticket with an accurate description.