Search
10116 results 4291-4300
Forum
- 4th Aug 2011Deleting rows permanently from databaseif(jQuery('input:checked', aTrs[i]).val()){ oTable.fnDeleteRow(aTrs[i]); $.ajax({ url: "deleteFromTable.do", data: "id=" + aTrs[i].id,
- 3rd Aug 2011"Loading data from server"Could just be that the link wasn't provided with the right relative or absolute structure. "/xxx/server_side.php" would probably also work if you want to try it; then you don't have to fully qualify the URL.
- 31st Jul 2011check box loose selected state on sorting and filteringof GET, etc. $.ajax({ url: "your_update_script.php?table=tablename&key="+unique_db_row_id+"&value="+val; data: { table: "tablename",
- 29th Jul 2011Why does DataTables only let me use a file for JSON, I want pass in a String of JSON?has to be a URL that you are requesting
- 28th Jul 2011Apply AJAX success data todataType": 'json', "type": "POST", "url": sSource, "data": aoData, "success":
- 28th Jul 2011DataTables with Server side processingdatatable parameters? [code] oSettings.sAjaxSource = url; [/code] is the server
- 27th Jul 2011Trying to reload data at setInterval but failing miserablydataType": 'json', "type": "POST", "url": sSource, "cache": false, // HOORAY
- 26th Jul 2011HTML 5 offline and sAjaxSource questionworks!!! - [code] this.fnServerData = function ( url, data, callback, settings ) { settings.jqXHR
- 24th Jul 2011strange variable sent with ajax requestthis variable in the URL anyhow, so it should
- 24th Jul 2011Load datables thru Ajax onclickSHOULD work $('#submitButton').click(function() { $.ajax({ url: 'myServerScript.php', dataType: 'json', data: