Side navigation
#4433 closed feature (fixed)
Opened March 27, 2009 09:00AM UTC
Closed June 12, 2010 02:07PM UTC
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.
Attachments (0)
Change History (1)
Changed June 12, 2010 02:07PM UTC by comment:1
| component: | unfiled → ajax |
|---|---|
| resolution: | → fixed |
| status: | new → closed |
This feature was added in 1.4; see the
option in $.ajax.