Ajax does not work at all
Ajax does not work at all
drocdix
Posts: 2Questions: 2Answers: 0
I've tried all the examples and downloaded all the correct files to make the ajax calls work to create and update my datable but it doesn't work. js
$('.dataTables-portal-users').dataTable({
"responsive": true,
"ajax": {
"url": "get.php?m=f&pid=1",
"type": "GET",
}
});
js
My latest code. Please help
This discussion has been closed.
Answers
Per the forum rules, please link to a page showing the error so we can debug it and offer some help.
Allan