$.ajax({
url:"SomeURL",
data: {
fields : ["field1", "field2"],
},
success: function(data) {
}
});
How to do it on the server:
name = fields[] , VALUE = field1
name = fields[] , VALUE = field2
(note the brackets)
This is mistake? (This will start after upgrading to 1.5)
Thanx
Rotem source
share