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

Popups for Divi

doAction( “ready” )

The JS API is fully initialized and all Areas were registered

doAction( “focus_area” )

Fired after event handlers were attached to the Area

DiviAreaItem.find()

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

applyFilters( “area_preparation_time” )

Filter the default detach delay when creating a new Area.

DiviArea.Data.loopVisibleAreas()

Loop all visible Areas of the given type and execute the callback for them.

DiviArea.isClosed()

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

DiviArea.Data.getAllIds()

Returns a list of available Area-IDs

DiviArea.Data.loopAllAreas()

Invoke a callback on all Areas of a given type

DiviArea.Hooks.doAction()

This is an alias of DiviArea.doAction().

DiviArea.Core.detachArea()

Remove the given area from the current list of visible Areas.