javascript - How can I hide an HTML table that shares a class element with a table I want to keep visible? -
i have table trying hide. generated automatic html cannot edit. know can hide class table
there other tables on page , throughout site use same class. there methods can think of hide table?
<table class="table" style="width:100%;">
you need unique id on table or unique class. preferred way unique css selector, div .content .table
. better use css selector instead having ton of class or id's.
Comments
Post a Comment