medyll
Profile
← all projects

@medyll/idae-be

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.

Where it sits


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"]

Overview


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.

Highlights


  • · Callback-based targeting, root object always returned
  • · Traversal, styling, attributes, events in one API
  • · Timer integration + HTTP content loading
TypeScriptDOM
View source →