I want to submit a form using Ajax but I want it to be in an array, not serialized.
var form = $(this); data: {data:form.serialize()};
gives me t