I'm coding dashboard and I'm trying to have js and css which are working fine with single table id, but I want to use the same styles for all tables which have the same class. I do not want to use array of ids in .js and iterate them. Anybody know how how to achieve this? TIA.