DataTables does not work for me
DataTables does not work for me
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
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
This discussion has been closed.
Replies