Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
Description
JQuery ignore the "data" if the array has key with empty arrays.
$.ajax(
type:"POST", data:{"one":{},"two":{}}
);
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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?