Misc

$A.getEl()

The "$A.getEl()" method returns an element with a matching ID attribute.

$A.createEl()

The "$A.createEl()" method returns a newly created element.

$A.getAttr()

The "$A.getAttr()" method returns the value of an attribute on a DOM node.

$A.remAttr()

The "$A.remAttr()" method removes an attribute, or an array of attributes from a DOM node.

$A.setAttr()

The "$A.setAttr()" method sets an attribute, or a series of attributes on a DOM node.

$A.getText()

The "$A.getText()" method returns the textual content of any DOM node.

$A.inArray()

The "$A.inArray()" method returns the index value of a matching item within an array or string.

Extensions

$A.fn.globalDC

The "$A.fn.globalDC" object is merged with every AccDC Object, simulating a prototype where plugins and extensions can be globally added to each instance.

$A.globalDCMerge()

The "$A.globalDCMerge()" method manually merges the "$A.fn.globalDC" object with all previously instantiated AccDC Objects.

Namespaces

$A

"$A" is the global namespace for the AccDC API, which includes internal namespaces that should not be overwritten.

dc

"dc" refers to the current instance of any registered AccDC Object, which includes internal namespaces that should not be overwritten.