Modify ↓
Ticket #4433 (closed feature: fixed)
Ajax post : multidimensionnal map support
| Reported by: | Ludo | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4 |
| Component: | ajax | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
As you know, there is a syntax which permit to send multidimensional arrays : <input type="text" name="name[key]" />
will give $_GET[name][key]
jQuery.post and load should manage that.
Change History
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.

This feature was added in 1.4; see the traditional option in $.ajax.