Search
10285 results 4501-4510
Forum
- 23rd May 2011Couple Questions - JSON and sAjaxSourcein [code] this.fnServerData = function (url, data, callback) { $.ajax({ "url":
- 22nd May 2011Posting additional data to a php-file - I am not succeeding in doing that.json', "contentType": "application/json; charset=utf-8", "url": sSource, "data": aoData, "success":
- 22nd May 2011Problem using datatables with JSPwant to delete?')){ $.ajax( { "url": oConfig.sAjaxUrl, "data": [ { "name": "tableData",
- 17th May 2011Export all rowsoConfig, oFlash, sFlash ) { $.ajax({ url: 'report_exporter.php', dataType: 'json', type:
- 16th May 2011DataTables & jEditablepage instead of the URL for editing is placed
- 15th May 2011aoColumnDefs - Error: $.isArray is not a functionadd localhost to my url, IE accepts it but
- 13th May 2011fnUpdate when using deep property reading for a data sourceconnection: { connectionsId: connectionsId } }); } $.ajax({ url: "/cimsPR/ConnectionServlet", title: 'Assigning connection
- 12th May 2011json Data not displayed on the datatableHey Allan, I got it working using "eval", Thanks so much for your quick replies. [code] $.ajax( { "dataType": 'json', "type": "POST", "url": sSource, "data": aoData, "success": function(json){ var json = eval('('+ json.result.model + ')'); alert("json: "+ json); fnCallback(json); } }); [/code]
- 12th May 2011fnServerDatatype": "POST", "global": false, "url": url, "data": data, "success":
- 12th May 2011Safari 5 not refreshing table with new datadataType": 'json', "type": "POST", "url": sSource, "data": aoData, "success":