Search
-
MySQL PHP
by josh10 ·$('#example').dataTable( { -
Date sorting working on IE but not firefox
by allan ·oTable = $('#example').dataTable({ -
Date sorting working on IE but not firefox
by abathgate ·oTable = $('#example').dataTable({ -
Date sorting working on IE but not firefox
by abathgate ·oTable = $('#example').dataTable({ -
how to customize the select box for pagination length?
by allan ·$('#example').dataTable( { -
HELP! how to update the table when sAjaxSource changed?
by zh.chao163 ·oTable = $('#example').dataTable( { -
How to select top row
by allan ·$('#example tbody tr:eq(0)').addClass('selected'); -
How to select top row
by abathgate ·$("#example tbody").click(function(event) { -
More features with JSON
by allan ·$('#example').dataTable( json ); -
OnClick - Send to another page - Help
by allan ·$('#example tbody tr').click( function() { -
OnClick - Send to another page - Help
by timcadieux ·oTable = $('#example').dataTable( { -
column filter when a column is hidden with bVisible
by bashendriks ·oTable = $('#example').dataTable( { -
Using a Dataset of 110 000 records, how should I proceed?
by timcadieux ·oTable = $('#example').dataTable( { -
Get ID on click
by allan ·$("#example tbody").live( 'click', function(event) { -
Get ID on click
by tdktank59 ·"while using tr instead of the #example tbody does nothing. In fact breaks the dblclick function... -
Get ID on click
by allan ·It looks like your selectors for the events handling are still using '#example tbody'. I'd suggest trying to follow my instructions in my first post in this thread, and seeing it that fixes it for you -
Get ID on click
by tdktank59 ·$("#example tbody").click(function(event) { -
Get ID on click
by allan ·I would try changing your selector to be $("#example tbody tr") so it attaches the events to the TR elements, rather than the TBODY (not sure what would happen there to be honest - it certai -
Get ID on click
by tdktank59 ·$("#example tbody").dblclick(function(event) { -
IE 6 Issues...
by tdktank59 ·$("#example tbody").click(function(event) {