Opened 14 years ago
Closed 13 years ago
#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: | ||
Blocked by: | Blocking: |
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 (1)
comment:1 Changed 13 years ago by
Component: | unfiled → ajax |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This feature was added in 1.4; see the
traditional
option in $.ajax.