Divi Areas Pro

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.removeFilter()

Removes a previously registered filter hook.

doAction( “before_hide_area” )

Fires before an Area is displayed

DiviArea.Utils.getLocalData()

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

DiviArea.isClosed()

Check, whether a area is marked as “closed” for a certain time span. This function returns true when the area...

DiviAreaItem.getWrap()

Returns the jQuery element of the Area wrapper

DiviArea.Debug.debug()

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

DiviAreaItem.addFilter()

Register a new hook that only handles filters of this Area

DiviAreaItem.addAction()

Register a new hook that only listens to actions of this Area