Opened 12 years ago
Closed 12 years ago
#6955 closed bug (invalid)
$.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":{}}
);
Note: See
TracTickets for help on using
tickets.
Can you reopen with a test case, and explain what data you expected to be sent for this case?