Search
10251 results 3351-3360
Forum
- 22nd Jan 2016Uncaught TypeError: Cannot read property 'splice' of undefinedconf = $.extend( { pages: 5, url: '', data: null, method: 'GET'
- 21st Jan 2016formOptions.onComplete = 'none' clears s.actionajax: { edit: { type: 'PUT', url: '/api/People/' } }, idSrc: 'Id', fields:
- 20th Jan 2016Using Editor Server-side-processing in WordPressoccurencies to the full url with no success. I'll
- 19th Jan 2016Buttons - Export data when using server-side ajax processingpage number in the URL of the button to
- 19th Jan 2016Show dynamic content as a tooltip to column headers for datatable on mouseover$("#researchTable-"+clickCount).on('mouseover', '.sessionCols',function () { var thText = $(this).text(); var hoverTxt; $.ajax({ url : "/prvn/onlineCustomerTracking/populateToolTip?value="+thText, async : false, success : function(respText) { hoverTxt = respText; } }); this.setAttribute( 'title', hoverTxt ); }); making async : false, for ajax call and setting attribute outside made it work. Hence closing it.
- 19th Jan 2016Editor File UploadOn a side note, I've noticed that the files array doesn't get posted with the form unless I do the following: "ajax": { url: "/cms/pr/ajax-pr-file-editor", headers: { 'X-CSRF-Token': $('[name=_token]').val() }, data: function ( d ) { d.files = tablePrFiles.files(); } }
- 19th Jan 2016When using multiple Selectize.js inline fields - all render when just one shouldgo directly to this URL: [retracted] In 'context', choose
- 18th Jan 2016How can I debug "Invalid JSON response"MARKTWO_TaskOwner_MAP.task_id = MARKTWO_Task.id and ajax url source: Editor::inst( $db, 'MARKTWO_Task'
- 17th Jan 2016return filenames in upload-manyd array. Assuming the URL information is stored in
- 15th Jan 2016dataTables Editor: TypeError: e[O5l] is undefinedAh ok, I left out the url. thanks Alan. So to oversimplify: editor = new $.fn.dataTable.Editor({ ajax: "/players/api/list", table: "#myTable", is the outgoing url , whereas $('#myTable').DataTable({ dom: "Bfrtip", ajax: "/players/api/list", is the incoming url