1. Home
  2. Knowledge Base
  3. Popups for Divi

Popups for Divi

doAction( “show_area” )

The Area is visible or the intro-animation has started

DiviAreaItem.find()

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

DiviArea.doAction()

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

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

doAction( “hide_area” )

Fires, once a previously visible Area is hidden again.

DiviArea.Core.activateContainer()

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

DiviArea.Data.createArea()

Creates a new DiviAreaItem instance

DiviArea.Utils.setCookie()

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