AAM v6.9.38 installed. On a live site in Settings > Core Settings, I changed the status of the 'RESTful WordPress API' which I believe blocked the rest API such that I could no longer enable it. I ...
$('#albums_post').DataTable({ "serverSide": true, "ajax": { "url": "api/post-list/albums/?format=datatables", "type": "POST", "beforeSend": function(xhr) { xhr ...
When I started creating Web Services, I was using ADO.NET DataSets to retrieve data and then sending that data to my consumers using XML. Those Web Services are still there, but my consumers now want ...
The Javascript shown below is used to initialise the table shown in this example: function filterGlobal () { $('#example').DataTable().search( $('#global_filter').val ...