1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-19 17:54:14 +01:00

Remove debug testing in example

This commit is contained in:
Allan Jardine 2011-12-28 11:13:59 +00:00
parent cb014e81d7
commit 11557abf0d

View File

@ -13,11 +13,7 @@
<script type="text/javascript" language="javascript" src="../../media/js/jquery.dataTables.js"></script>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('#example').dataTable({
fnCreatedRow: function () {
console.log( arguments );
}
});
$('#example').dataTable();
} );
</script>
</head>