Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 10 months ago by dmethvin
- Status changed from new to assigned
- Component changed from unfiled to ajax
- Priority changed from undecided to high
- Milestone changed from None to 1.8
- Owner set to jaubourg
- Type changed from bug to enhancement
comment:2 Changed 10 months ago by dmethvin
- Status changed from assigned to closed
- Resolution set to invalid
- Summary changed from Deprecate $.ajaxSettings.traditional use in $.serialize() to Deprecate $.ajaxSettings.traditional default in $.param()
The description here was wrong, it's easier to create a new ticket with an accurate description.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
