JS Functions

DiviAreaItem.attr()

Shortcut to `jQuery.attr()` on the Area.

DiviArea.UI.animateArea()

Trigger the intro/outro animation of a specific Area

DiviArea.Utils.sanitizeHookName()

Sanitizes the given name before it is injected into a hook-name

DiviArea.Utils.getLocalData()

Retrieve previously stored information from localStorage or a Cookie. Params Returns A string with the previously saved value, or false...

DiviArea.Debug.debug()

Output debug info in the JS console, when JS debugging is enabled

DiviArea.removeFilter()

Removes a previously registered filter hook.

DiviAreaItem.addFilter()

Register a new hook that only handles filters of this Area

DiviArea.Data.countVisibleAreas()

Count the currently visible Areas.

DiviAreaItem.getWrap()

Returns the jQuery element of the Area wrapper

DiviArea.Core.attachArea()

Attach the given area to the DOM and add it to the list of visible Areas.