Skip to main content

Bug Tracker

Side navigation

#6955 closed bug (invalid)

Opened August 26, 2010 09:40PM UTC

Closed August 29, 2010 02:01AM UTC

$.Ajax ignore empty array as data

Reported by: reporting Owned by:
Priority: Milestone: 1.4.2
Component: ajax Version: 1.4.2
Keywords: hash,array,ignore,ajax,post,get Cc:
Blocked by: Blocking:
Description

JQuery ignore the "data" if the array has key with empty arrays.

$.ajax(

type:"POST",

data:{"one":{},"two":{}}

);

Attachments (0)
Change History (1)

Changed August 29, 2010 02:01AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

Can you reopen with a test case, and explain what data you expected to be sent for this case?