Open
Description
Is it possible to trigger a method that toggles an element so I can toggle it via some custom javascript logic?
Some context: I have a table with a button in a tr element that, when clicked, displays "child" tr elements (from the DOM's perspective, though, these tr elements are sibling elements). each of those child tr elements also has a button that displays their own "child" elements. If I toggle the top-level tr button to hide its children, I want to also hide its grandchildren. Does that make sense?
Metadata
Metadata
Assignees
Labels
No labels