Divi Areas Pro

DiviArea.Core.initContainer()

Initialize Divi features in the given element

DiviAreaItem.inDom()

Tests, whether the Area is attached to the document

applyFilters( “init_options” )

Filters the initial JS options while preparing the JS API

DiviArea.Utils.getLocalData()

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

doAction( “before_show_area” )

Fires before an Area is displayed

DiviArea.Data.addVisibleArea()

Add a single Area to the end of the "visible Areas" list.

DiviAreaItem.theId()

Returns the full Area-ID, including the `#` prefix

DiviArea.Debug.debug()

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

DiviAreaItem.detach()

Detach the current Area from the DOM tree (hide it)

DiviArea.getArea()

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