Divi Areas Pro

DiviArea.doAction()

Runs all previously registered action hooks. Params Returns The function does not return anything. Notes No notes

DiviAreaItem.find()

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

doAction( “show_area” )

The Area is visible or the intro-animation has started

DiviArea.getArea()

Returns the area that is associated with the ID. Params Returns Returns a DiviAreaItem object for the requested Area. When...

applyFilters( “apply_z_index” )

Filters the z-index of an Area before it is applied to the DOM element.

DiviArea.Debug.group()

Start or end a debug-group in the JS console

DiviArea.Data.createArea()

Creates a new DiviAreaItem instance

DiviArea.Core.activateContainer()

Scan the context for Area triggers and attach event listeners to them.

doAction( “hide_area” )

Fires, once a previously visible Area is hidden again.

DiviArea.Utils.setCookie()

Set the value of a cookie, with an expiration date.