Callback-based DOM manipulation library, always returns the root
idae-be is a callback-based DOM manipulation library for the Idae ecosystem. Unlike jQuery-style chaining, every call returns the root Be instance, and callbacks reach into nested targets for precise, composable DOM operations.
flowchart TD P["Idae monorepo"] --> S["idae-be · DOM manipulation"] S --> A["be() always returns root object"] S --> B["callback-based targeting of nested matches"] S --> C["traversal, styles, attrs, events, timers, HTTP"]
A DOM walk and manipulation library with a callback-based approach for precise element targeting. Unlike jQuery-style chaining, idae-be always returns the root object, using callbacks to reach into nested matches while keeping the chain consistent.