Plugins
DOMAssistant supports a very simple and easy-to-use syntax to build upon the existing DOMAssistant core functionality with any certain needs you might have. Your methods and properties will then be available on the $
and $$
methods, like this:
$("#container").myPluginMethod();
$$("navigation").myPluginMethod();