Component Container
- Source:
Parameters:
Name | Type | Description |
---|---|---|
$ |
jQuery | Instance of jQuery |
_ |
Underscore | Instance of Underscore |
Returns:
List of Container methods
- Type
- Object
Members
(static) api :Object.<Methods>
- Source:
This object stores all public api methods
Type:
- Object.<Methods>
Methods
(static) init()
- Source:
Finds all not-initialized Container
components and runs each container in a loop.
"initInstance"
method.
(static) initInstance(component)
- Source:
Call
"makeParallax" method
Parameters:
Name | Type | Description |
---|---|---|
component |
jQuery | Root DOM element of Container component wrapped by jQuery of container component |