Search
10109 results 2951-2960
Forum
- 15th Dec 2016Is it possible to use php db class with a plain text form ?Hi, I download php libraries again the ->debug error gone. Demo url : http://cms.kineticspace.net/cmsBase/template/htmlForm.php Login Id : allan Password : 123456
- 13th Dec 2016Custom DOM positioning problemto give you an url. But I fixed it
- 13th Dec 2016Error: Syntax error, unrecognized expression: #row_10_03T35_S.C.Hi Allan, I send you a private mail with an URL to my page. Thank you very much! Pat
- 8th Dec 2016Looking for Editor edit examples overriding ajax functionfn.dataTable.Editor({ ajax: function (method, url, d, success, error) { var
- 8th Dec 2016inline editor hangs after submitnew $.fn.dataTable.Editor({ ajax: function(method, url, data, onSuccess, onError) { var
- 7th Dec 2016Editor 1.6 not handling errors on failed edit.ajax: { edit: { type: 'PUT', url: '/priorities/_id_', dataType: 'JSON', beforeSend:
- 7th Dec 2016Two pages, one will display and one will not?by adding this: "ajax" : { "url" : "./ServerSide.php", "type": "POST" }
- 6th Dec 2016Unable to find row identifierfn.dataTable.Editor({ ajax: function (method, url, data, success, error) { if
- 2nd Dec 2016No valid JSONjquery ajax dont support dataSrc attribute. I resolved the problem like this: var table = $('#dtAssistance').DataTable({ "processing": true, "serverSide": true, "ajax": { "dataSrc": "", "method": "POST", "url": "../testing/LogGetter.php", "dataType": "json", "data": { target: "SuscriptionAdministrator", type: "getAssistanceLog" } }, "columns": [ {data: "DateTime"}, {data: "Name"}, ], "order": [0,"des"] }); `
- 1st Dec 2016Individual column searching (select inputs) - How to clear inputsLoadDDItems() { var call = $.ajax({ url: _spPageContextInfo.webAbsoluteUrl + "/_api/Web/Lists/GetByTitle('Business Glossary - Dev')/items?"+