Search
10308 results 3821-3830
Forum
- 21st Nov 2014Passing JSON string to DataTableif(validMemberSearchForm()) { $jq11.ajax({ type: 'POST', url: '/telephone/memberSearch.htm', data: $("#memberSearchForm").serialize(), cache:
- 20th Nov 2014TypeError: $.fn.dataTable.colVis is not a constructorHi Allan I looked at colvis.js and found that the def is ColVis instead of colVis that I copied from the first url
- 20th Nov 2014oTable.row().remove() remove the rows but when add new records it also append old reocords toosUser = { sUser: aData[0][2] }; $.ajax({ url: '@Url.Action("GetEmployeeTickets", "Ticket")', contentType: "application/json;
- 19th Nov 2014inline editing with tab between columns "undoes" values?tried it, did not change anything, same symptoms: editor = new $.fn.dataTable.Editor( { ajax: function ( method, url, data, success, error ) { console.log(data); success(data); }, table: "#values", fields: [ { label: "Quantity:", name: "quantity" }, { label: "Type:", name: "type" }, ], submitOnBlur: true } );
- 18th Nov 2014How to pass new POST parameters on Ajax.reload?Ok. I solved that way: "ajax": { "url": 'filter.php', "type": 'POST', "data": function ( d ) { return $('#formFilter').serialize(); } },
- 18th Nov 2014_fnAjaxParameters( oSettings ) returns empty search field for Dateajax.url() to change the url - event if you just
- 18th Nov 2014Comma decimal in editoryou might do: ajax: { url: ... dataSrc: function ( json ) { for
- 18th Nov 2014Extensions "Scroller" doesnot work correctly on IE-8You will need to be more specific - the only saving state example I can see doesn't use the scroller, and it works perfectly in IE 8 for me. How about a URL to the example that's failing for you?
- 12th Nov 2014Ajax.data - Invalid JSON Primitive ErrorHi all, I found the solution and am posting it here in case someone else encounters the issue. 'ajax': { 'type': 'POST', 'contentType': 'application/json; charset=utf-8', 'url': '@Url.Action("MethodAByName", "QuickStart")', 'data': function (d) { return "{name:'juni'}"; }, 'dataType': 'json', 'dataSrc': '', 'cache': false }
- 12th Nov 2014How to load data from ajax on button press?customerSearchButton").on("click", function (event) { $.ajax({ url: "", type: "post", data: { searchText: