jquery - How avoid style inheritance -


am using jquery. every page having tables.for table have default style particular page. every tr having child table. child tables not need parent table style informations. how prevent child table parent table style inheritance property.please if have solution. in advance.

you use direct child selector separate tables:

.somecontainer > table{ /* match parent tables */ } table table { /* match tables within table */ } 

Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

angularjs - ng-repeat duplicating items after page reload -