How to use form.serialize() in ajax
How to use form.serialize() in ajax
I want to transfer form data use datatables
I used form..serialize(), but this data is not create like this name1=value1&name2=value2
create datatables like this

data to url is like this

This discussion has been closed.
Answers
https://datatables.net/forums/discussion/comment/96546/#Comment_96546
I think you will need to use
ajax.dataas a function. See this example.Kevin