Search
18431 results 951-960
Forum
- 30th Jan 2015Trying to make ajax call but not workingspare" } immediately after the ajax option. Perhaps try: $(document).ready(function()
- 17th Jan 2015Server Side Question. How do I send POST variables to the Ajax page?I have this: $('#example').dataTable( { "processing": true, "serverSide": true, "ajax": { "url": "../includes/views/DetailsTableJSON.php", "type": "POST" } } ); and i have input fields bellow, in the HTML. Am I missing something? those input fields aren't being passed to the serverside page as POST data.
- 15th Jan 2015Providing Default Ajax Implementationanyone else out. default ajax property ajax: function(params, callback,
- 12th Jan 2015Refresh Table with Post and AjaxNow it works. "ajax": { "url":"http://localhost/kommt-sport/index.php?aja=1&wch=tbl", "dataSrc": "", "type":"POST", "data":function(d){ return searchData(); } }, Important is, that my own function is in the other function.
- 11th Jan 2015post params in ajaxtried your suggestion, $('#example').dataTable( { "ajax": { "url": "url", "type": "POST",
- 5th Jan 2015reuse ajax source for multiple tables on the same pagerequesting the exact same ajax data source multiple times?
- 31st Dec 2014Way to handle statusCode in ajax call of DataTablewindow.location.replace("../login"); } Assumption: a) $('#example').dataTable( { "ajax": function (data, callback, settings)
- 22nd Dec 2014I can't able to get data from ajax.Make sure your ajax link on the server is working first. http://your.url/YOUR_AJAX_CALL
- 20th Dec 2014Ajax and custom parameters - passing an arrayvar dataObject = { routeID: routeID, custID: custID, stopnumber: stopnumber customer: customer, latitude: lat, longitute: lng, timestamp: timeStamp}; "ajax": { "url" : "transactions.php", "type": "POST", "data" :dataObject }
- 19th Dec 2014Editor: AJAX error with too many columnsYou can use the ajax.data option and / or the