How to use form.serialize() in ajax
How to use form.serialize() in ajax
![ksh](https://secure.gravatar.com/avatar/bfaa5c79e889aed1146336bfd59b291c/?default=https%3A%2F%2Fvanillicon.com%2Fbfaa5c79e889aed1146336bfd59b291c_200.png&rating=g&size=120)
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
Answers
https://datatables.net/forums/discussion/comment/96546/#Comment_96546
I think you will need to use
ajax.data
as a function. See this example.Kevin