Built-In Namespace _global_
| Method Attributes | Method Name and Description |
|---|---|
|
libmacrame(selector, context)
The global libmacrame object which can't be changed, and which must be used
by any plugins extending the functionality of the library.
|
|
|
listener()
|
Method Detail
libmacrame(selector, context)
The global libmacrame object which can't be changed, and which must be used
by any plugins extending the functionality of the library.
Defined in: core.js.
Defined in: core.js.
- Parameters:
- {String} selector
- {Document|Element} context Optional, Default: document
- See:
- $ By default, the entire libmacrame object is aliased by $, for quicker access.
- $.init The function being called, when you call libmacrame().
listener()
Defined in: core-dom.js.