get Function
Returns the innerHTML or value of the node. If "attr" is specified, the value of that attribute will be returned.
Summary
| Element | Function |
| Returns | Object|Array|Function|String|Number |
Arguments
| attr | String | Attribute for which to return a value. |
Example
|
var id = handler.get('id');
|