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

Popups for Divi

DiviArea.Utils.toBool()

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

DiviAreaItem.isVisible()

Tests, if the Area is visible.

doAction( “focus_area” )

Fired after event handlers were attached to the Area

DiviArea.isClosed()

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

DiviAreaItem.find()

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

DiviArea.Data.loopVisibleAreas()

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

DiviArea.Data.getAllIds()

Returns a list of available Area-IDs

DiviArea.Utils.getCookie()

Return the value of a cookie.

DiviArea.Data.loopAllAreas()

Invoke a callback on all Areas of a given type

DiviAreaItem.setVisible()

Mark the area as visible or not-visible.