Members
_Element
Element class.
Usually hidden from the user and the user can simply call $(...).html() or $(...).css() because the $ function returns an Element object which has the functions.
Here it's named as _Element due to conflicts with an existing Element js declaration.
However you should not need to worry about this for the above reasons.