Search
10111 results 3671-3680
Forum
- 8th Sep 2014Load ajax data with custom parametersI found the solution, a function for the data... ... ajax: { url: "...", data: function(data) { data.dtStart = $("#dtStartAlternate").val(); data.dtEnd = $("#dtEndAlternate").val(); data.provincia = $("select#selProvincia option:selected").val(); data.tipo = $("select#selSettore option:selected").val(); data.inviati = $("input[name=preventiviinviati]:checked").val(); } } But this solution don't work with the pipeline example...
- 7th Sep 2014Configure editor to read i18n from file (ajax request)is it no chance to include a lang file in the Editor by url like this i18n: { "url": "../de_DE_editor.txt" },
- 4th Sep 2014about the parameters in post data of version 1.10title":"Col3", "data":"col3", "name":"column3" }, ], "ajax" : { "url" : "/test/analyzeDatatablePara/", "type" : "POST", "dataType"
- 3rd Sep 2014leftjoin does not update it makes an insert on edit ?mailadressen').dataTable( { dom: "Tfrtip", ajax: { url: "table.mailadressen.php", type: 'POST' }, "aaSorting":
- 2nd Sep 2014column().search().draw questionto my initialization: "ajax": { "url": url, "data": function (d)
- 30th Aug 2014button click to update table using ajax/post/phpresults').DataTable().clear(); $('#results').DataTable().destroy(); $('#results').DataTable({ "ajax": { url: "php/getMoneyTransferResults.php", type: "POST", dataType:
- 29th Aug 2014How to build two drop-down lists that are interdependent?node_selected!=null){ $.ajax({ type: "POST", url: "php/fetch_sensors.php", data: node_selected, dataType:'json',
- 29th Aug 2014I need select box for column to updatevar bloodgroup = $("#bloodgroup_search").val(); var url = "blood-donor-search-fetch.php?bloodgroup=" + bloodgroup + ""; var myTable
- 27th Aug 2014Multi Column autoComplete Search with Editor 1.3.2?to go to a url containing external functions in
- 27th Aug 2014Do anyone know how to edit the ids-objects.php to include columns from multiple tables.example').DataTable( { dom: 'T<"clear">lfrtip', "ajax": { url: "../php/joinLinkTable.php", type: 'POST' }, "columns":