new Styler()
- Source:
Classes
Methods
-
initOverlay(el, showEvent, removeEvent)
-
Creates an overlay which is displayed on top of an element, when a specified event occurs.
Parameters:
Name Type Description elString | Object Maybe a String or a jQuery object.
showEventString Name of the event which is showing the overlay when fired.
removeEventString Name of the event which is removing the overlay when fired.
- Source:
-
initSpinner(target, opts)
-
Initializes the spinner animation for a given target.
Parameters:
Name Type Description targetObject Non-jQuery object where the spinner is placed
optsObject The options for the spinner. Optional.
- Source: