Skip to main content

Bug Tracker

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 dmethvin comment:1

component: unfiledajax
resolution: → fixed
status: newclosed

This feature was added in 1.4; see the

traditional
option in $.ajax.