- Source:
Methods
(static) createModal(options) → {external:jQuery}
Creates a modal loader
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | object | Properties
|
- Source:
Returns:
- Type
- external:jQuery
(static) destroyModal()
Delete modal loader
- Source:
(static) pause(id) → {external:jQuery}
Pause loader
Parameters:
Name | Type | Description |
---|---|---|
id | external:jQuery | string | Selector or jQuery element |
- Source:
Returns:
- Type
- external:jQuery
(static) play(id) → {external:jQuery}
Play loader
Parameters:
Name | Type | Description |
---|---|---|
id | external:jQuery | string | Selector or jQuery element |
- Source:
Returns:
- Type
- external:jQuery
(static) toggle(id) → {external:jQuery}
Toggle play/pause
Parameters:
Name | Type | Description |
---|---|---|
id | external:jQuery | string | Selector or jQuery element |
- Source:
Returns:
- Type
- external:jQuery