资 源 简 介
organon permits the mapping of hierarchical data (i.e., the browser DOM) to relational data by allowing the assignment datafields without requiring alteration of HTML or the DOM. (That is, organon objects can be selected without adding proprietary attributes or superfluous values to standard attributes.)
These objects can be addressed as tables related to one another by their datafields. E.g ---
ari.select("hider").hide()
--- selects all organon objects in scope with the datafield "hider" and hides them.