Send parameters with ajax call from jquery datatables Send parameters with ajax call from jquery datatables ajax ajax

Send parameters with ajax call from jquery datatables


Format must be

"fnServerParams": function ( aoData ) {      aoData.push( { "name": "quizid", "value": quizid },{ "name": "questionid", "value": qid } );},