Side navigation
#12089 closed enhancement (invalid)
Opened July 16, 2012 04:40PM UTC
Closed July 24, 2012 09:06PM UTC
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.
Attachments (0)
Change History (2)
Changed July 16, 2012 04:41PM UTC by comment:1
component: | unfiled → ajax |
---|---|
milestone: | None → 1.8 |
owner: | → jaubourg |
priority: | undecided → high |
status: | new → assigned |
type: | bug → enhancement |
Changed July 24, 2012 09:06PM UTC by comment:2
resolution: | → invalid |
---|---|
status: | assigned → closed |
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.