I was just about to post the same thing. It creates what the DOM needs on the fly and destroys what's not used when you retire any chunk of it. This is half of it's main objective (live web documents in the same manner that event delegation is "live"), while the other is to abstract your domready code into something reusable...
On Wed, Aug 3, 2011 at 9:28 PM, verylastminute <[email protected]> wrote: > Check out Aaron's behavior stuff... > > https://github.com/anutron/behavior - specifically behavior.cleanup... >
