I've come across the following code for Datatables jquery plugin:
<script type="text/javascript" language="javascript" class="init">
$(document).ready(function() {
$('#example').dataTable();
} );
</script>
What is the purpose of class="init" ??