I have two tables that need to have different IDs or they will not work. I\'m using 3rd party data table code that uses the ID to differentiate between the different tables in t
Alternatively:
var $DTs = $(".someSemanticClassForAllIntendedTables"); //for easy reference elsewhere $DTs.DataTable({ //options });