How can I edit a css rule in jQuery?
- by chacham15
The purpose is that rows are dynamically added to a table and it is not as nice (and slower) to apply the rule manually later.
The specific example is that I am creating a tree table to represent a folder directory. Each folder is a div. In each div, there is a ul with an li for each columns' information. These li have a class name equivalent to…