I have a page with a dozen or so tables on it and I want to be able to manipulate subsets of those tables with a javascript (e.g. change the background color of tableSubSet1 to yellow). Is there any way to "name" them so that I can pull them into a script and alter their properties? I need to use this function across multiple pages, so I don't want to give individual IDs to every table. Any ideas?
P.S. If anyone can convince the W3C to add getElementsByClassName, it would make my life so much easier.
P.S. If anyone can convince the W3C to add getElementsByClassName, it would make my life so much easier.