Search
-
How to get the oTable DataTable object from the table's ID?
by allan ·$('#Main').bind('resize', function () -
How to get the oTable DataTable object from the table's ID?
by MikeS ·$('#Main').bind('resize', function () -
Expanding Table Display with drop down, rows lack jquery handlers
by robodude ·var oTable = $('#MainContent_GridViewMain').dataTable({ -
Table Width
by jwmonteith ·#main_table_area { -
Table Width
by jwmonteith ·#main_table_area { -
Undefined function dataTables() on simplest possible usage
by cdaigle ·For the most part though, as long as you have a table predefined with the id '#main' you should be alright. -
Undefined function dataTables() on simplest possible usage
by bimargulies ·$('#main').dataTable(); -
Pagination doesn't work with server-side processing
by yuval ·$('#maintable').dataTable({ -
Browser functionality with ajax-driven datatables
by pinetree.rg ·$("#mainDiv").html(data); //get the table on the page -
Reading properties
by neburton ·$("#maintabs").tabs( -
FixedHeader and jQuery UI Tabs
by SyahJordan ·var mainTabs = $("#MainTabs").tabs({ -
Hide/show column dynamic
by fernandogferreira ·oTable = $('#main').dataTable({ -
Hide/show column dynamic
by fernandogferreira ·oTable = $('#main').dataTable({ -
Form, Checkbox, and MySQL
by allan ·$("#main").submit( function() { -
Form, Checkbox, and MySQL
by mickeymic ·I must continu to use $("#main").submit( function() { ?? -
Form, Checkbox, and MySQL
by mickeymic ·[code]$("#main").submit( function() {alert('hello');}[/code] -
Form, Checkbox, and MySQL
by allan ·Okay, you need to use 'alert()' to figure out what is going on. Also change your selector to be "$("#main").submit( function() {"... To use alert, just put "alert('hello');&qu