Search
10285 results 4341-4350
Forum
- 22nd Feb 2012Newbie ,Please Help integrate with server sideajax with the appropriate url? Like this: http://datatables.net/release-datatables/examples/server_side/defer_loading.html ? Third
- 17th Feb 2012the fnReloadAjax function does not work wellsAjaxSource" params after the url changed. Sometimes,Allan answer "" [code]fnServerData":
- 15th Feb 2012change path of state saving cookiewith using the "unique url AJAX pattern" that uses
- 14th Feb 2012Adding server parameters when clicking external buttondataType": 'json', "type": "POST", "url": "ajax/list-rmas.asp", "data": $('#form1').serializeArray(), "success":
- 10th Feb 2012sAjaxSource problemthe _=1328810876749 at the URL.
- 10th Feb 2012mDataProp and returned JSON formatdataType": 'json', "type": "GET", "url": sSource + '/' + oSettings._iDisplayStart + '/' + + oSettings._iDisplayLength, "data":
- 10th Feb 2012Confirm delete?Something like this would allow you to do the confirm: [code] $('#delete_row').click( function () { if ( confirm( "Are you sure you want to delete the selected rows?" ) ) { $.ajax( { "url": "/delete_row.php", "data": { "ids": selectedIds }, "dataType": "json", "type": "post", "success": function () {...} } ); } } ); [/code] Allan
- 9th Feb 2012Reusing a table with server side processingFYI - the Ajax URL changes every time. So, I set it prior to displaying the dialog: var settings = $('#index-query-results-table').dataTable().fnSettings(); settings.sAjaxSource = "index/dataTable/" + indexName + "/" + indexHandle;
- 6th Feb 2012Server-side Processing adding datacode] $.ajax({ type: "POST", url: "load_perfil.php", dataType: 'json', data:
- 3rd Feb 2012Filtered from Value Greater than Total Number of Entriesvariables sent via the URL.