Search
10285 results 4451-4460
Forum
- 10th Aug 2011Datatables AJAXread it from a URL which returns a string
- 10th Aug 2011Is there a way to use "bServerSide": true along with fnAddData?call http://api.jquery.com/jQuery.ajax/ [code] $.ajax({ url: "serverscript.php", // whatever the name/url
- 10th Aug 2011DataTables Serve Side Processingan image with an URL or function that uses
- 9th Aug 2011how to display server-side status messagesdataType": 'json', "type": "POST", "url": sSource, "data": aoData, "success":
- 5th Aug 2011ajax and fnServerDatadataType": 'json', "type": "POST", "url": sSource, "data": aoData, "success":
- 5th Aug 2011ServerSide & MultyFilteringkw').is(":checked") } ); $.ajax( { "dataType": 'json', "url": sSource, "data": aoData, "success":
- 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