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

Popups for Divi

DiviArea.Data.loopVisibleAreas()

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

DiviArea.Debug.sysInfo()

Display details about the current system

DiviArea.Core.focusArea()

Add the focus-state to an area and activate/initialize that Area.

DiviArea.Hooks.addAction()

This is an alias of DiviArea.addAction().

applyFilters( “area_general_conditions” )

Allows to add custom Area conditions right after the page loaded

DiviArea.getOverlay()

Returns the jQuery element of the modal overlay.

DiviArea.Core.reOrderAreas()

Sets the z-index of all Areas, including the modal overlay.

DiviAreaItem.addActionOnce()

Same as addAction, but the callback is only called once and then is unhooked again

DiviArea.hideOverlay()

Removes the background overlay and re-enables scrolling.

DiviArea.Utils.toBool()

Utility that tests, if a value equals to boolean true. See below for a list of values that are considered...