How to use form.serialize() in ajax
How to use form.serialize() in ajax
ksh
Posts: 1Questions: 1Answers: 0
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