4021124
1
2
3
4
$(document).ready( function () { $('table.datatable').DataTable(); $('a.external').attr('target', '_blank'); } );