Search
10111 results 3851-3860
Forum
- 2nd Dec 2013jeditable / DataTables - How can I refresh table after edit?items from the update URL (or servlet) jeditable is
- 28th Nov 2013Prevent sorting icons to appear on demandthead tr th.nosorticon { background: url(''); ...etc... } [/code] You will
- 26th Nov 2013Getting the field values from a table rowfunction get_jvisits(){ jvisits.splice(0,1); $.ajax({ url: 'TableEditor/php/get_jvisits.php', async: false, dataType:
- 22nd Nov 2013DataTools buttons show but don't work when there are two tables on the pagehappens as the underlying URL points to "/media/swf/copy_csv_xls_pdf.swf " as
- 21st Nov 2013DataTables Initialization on dynamically constructed tableplugin correctly. [code] $.ajax({ url: 'PageUI_Testing/CreateFullTable', type: "POST", dataType:
- 14th Nov 2013FaceboxfnCallback, oSettings ) { oSettings.jqXHR = $.ajax( { "url": sUrl, "data": aoData, "success":
- 9th Nov 2013Column Header not aligned with column data with horizontal scrollingok the url is: http://minisq.com/gmap/ you go
- 7th Nov 2013DT in a jquery Dialog isn't an object?oTable.fnGetData( this, 2 ); var Url = "test_customers_edit.php?customerid=" + customerId; $.ajax({ url:
- 6th Nov 2013Capture Filtered Rows - How To?filtered records via a URL parameter to another page
- 5th Nov 2013form.serialize only retrieves values of current pageform = $('#AddProjectCandidateReportRecipientsForm'); ShowDetailSaveDialog(); $.ajax({ url: form.attr('action') + '/' + form.attr('data-project-candidate-id'), type: 'POST',