Im trying to find a way to hide multiple table rows using something like document.getElementById("News").style.display = 'none';
... in my table, the rows are assigned and 'id' based on dynamic content drawn from a database... the id is the content type ... News, Blog, Other... What Im...