DataTables does not work for me

DataTables does not work for me

Zion3RZion3R Posts: 1Questions: 0Answers: 0
edited September 2013 in General
My problem is that the DataTables does not work, and I think I did everything right.

I put in my web:
[code]



$(document).ready(function() {
$('#dataTable').dataTable({
"bSort": false
});
} );
[/code]

And in the tables:

[code] [/code]

The web page is: http://biblioteca.blackploit.com/index.php?fld=GNULinux

someone can help me ? Thank

Replies

This discussion has been closed.