Search
10314 results 4701-4710
Forum
- 7th Jan 2010Return an Empty SetjQuery("#ajaxCall").click(function(){ jQuery.ajax({ type: "GET", url: "inc-tickets-ajax.php", data: "techID=" + jQuery("#techID").val()
- 5th Jan 2010Issue embedding multiple flash players into table cells using javascriptclick 2nd page, the url links do not open
- 4th Jan 2010sAjaxSource questionThanks Allan, specifying the URL to the CGI worked. But just dumping the JSON is not enough. For perl CGI scripts the header must alo be provided: $q = new CGI; print $q->header; Mike
- 24th Dec 2009Initialize tables without page reloador the same) source URL. However, if you want
- 19th Dec 2009table heads not showingto provide a private URL to? Dave.
- 17th Dec 2009BUG: ajax data and $( "# myTable").dataTable ()type: "POST", cache: true, url: host + "/includes/functions/bookmarkbody.php", data: "workpage="
- 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