DataTables Not Loading?
DataTables Not Loading?
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]
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]
This discussion has been closed.
Replies