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

Popups for Divi

DiviArea.doAction()

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

DiviArea.Utils.getStyleDef()

Returns the defined CSS value for the given property of an element.

DiviAreaItem.isVisible()

Tests, if the Area is visible.

DiviAreaItem.addAction()

Register a new hook that only listens to actions of this Area

doAction( “resize_area” )

Fired before the Area position is changed.

doAction( “focus_area” )

Fired after event handlers were attached to the Area

doAction( “before_hide_area” )

Fires before an Area is displayed

DiviAreaItem.find()

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

DiviArea.Debug.group()

Start or end a debug-group in the JS console

DiviArea.Utils.setCookie()

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