DataTables Not Loading?

DataTables Not Loading?

bgearrinbgearrin Posts: 3Questions: 0Answers: 0
edited August 2010 in General
I am trying to combine the JQuery Tabs and the DataTables > Highlight and I am running into an error. The page will load the Tabs, but the DataTables functionality does not appear to load. The table itself is displayed, but not the search box or row highlighting is does not work. I see the error: Object doesn't support this property or method on line 18.

Could this be a script conflict? Or am I doing something wrong?

My code is below and thanks for any help in advance!

[code]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">



Search

<!-- data tables -->

@import "media/css/demo_page.css";
@import "media/css/demo_table.css";




$(document).ready(function() {
$("#example").dataTable();
});


<!-- tabs -->



$(document).ready(function() {
$("#tabs").tabs();
});





Search


One
Two
Three

tab 1
tab 2
tab 3







Rendering engine
Browser
Platform(s)
Engine version
CSS grade




Trident
Internet Explorer 5.0
Win 95+
5
C


Trident
Internet Explorer 5.5
Win 95+
5.5
A




Rendering engine
Browser
Platform(s)
Engine version
CSS grade







[/code]

Replies

  • nutless_neonutless_neo Posts: 13Questions: 0Answers: 0
    I am having this same problem - were you ever able to fix it?
This discussion has been closed.