Search
10302 results 4361-4370
Forum
- 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.
- 2nd Feb 2012using AJAX POST to fill my datatabledo you set the URL to call your webservice?
- 2nd Feb 2012Suggestion: fnRowDataCallback to fetch the row datadataType": 'json', "type": "POST", "url": sSource, "data": aoData, "success":
- 1st Feb 2012How to pass parameters for ajax callwhat is the actual URL used Also will the