Query .closestAll() Returns all matching ancestors, not just the nearest query-closestall component Query page.js DOM Traversal Unlike closest() which stops at first match, closestAll() continues up the entire tree ["query","traversal","closest","ancestor","all"] .closestAll() Example
Categories