Search
10333 results 4711-4720
Forum
- 15th Dec 2009fnAddData and Add classthis); $.ajax({ type: "POST", url: "ajax_functions/delete.aspx", data: "ID=" + del.attr('id').replace('del_',
- 26th Nov 2009Keeping Sort/page/number displayed when returning from edit pageHi Moris, So when you edit the record the browser goes to a different url, rather than some Ajax stuff? In that case bStateSave might do just what you are looking for - http://datatables.net/usage/features#bStateSave Regards, Allan
- 21st Nov 2009Reg. Paginationif(query!=''){ $.ajax({ type: "GET", url: "http://localhost:8080/ClientServlet?query="+query, dataType:"xml", timeout: 60000,
- 18th Nov 2009TableTools repeated initialisationdatatable tr').click(function(){ $('#jobDetails').dialog('open'); ... construct url var here ... $('#jobDetails').load(url); return
- 11th Nov 2009fnReloadAjax() and IEGET variable to the URL Use a POST request
- 4th Nov 2009UK Date TypeDetection and SortyBycan't provide a test URL because this is an
- 29th Oct 2009Mixture of ServerSide Processinghave explicitly set the URL to have GET parameters.
- 23rd Oct 2009Get query to send back via JSONto a slightly different URL, one which will generate
- 16th Oct 2009auto ajax reload issuesdataType": 'json', "type": "GET", "url": sSource, "data": aoData, "success":
- 1st Oct 2009using images in full numbers paginationthe trick: .first { background-image: url('...'); } .previous { background-image: url('...'); } etc