dojo.behavior.apply
dojo.require("dojo.behavior");
defined in dojo/behavior.js
applies all currently registered behaviors to the document, taking care to ensure that only incremental updates are made since the last time add() or apply() were called. If new matching nodes have been added, all rules in a behavior will be applied to that node. For previously matched nodes, only behaviors which have been added since the last call to apply() will be added to the nodes.
Usage
function () (view source)