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

Popups for Divi

doAction( “show_overlay” )

Fired after the background overlay is displayed

DiviArea.Utils.getLocalData()

Retrieve previously stored information from localStorage or a Cookie. Params Returns A string with the previously saved value, or false...

applyFilters( “area_preparation_time” )

Filter the default detach delay when creating a new Area.

DiviArea.removeFilter()

Removes a previously registered filter hook.

DiviArea.Debug.debug()

Output debug info in the JS console, when JS debugging is enabled

doAction( “before_hide_area” )

Fires before an Area is displayed

DiviAreaItem.getWrap()

Returns the jQuery element of the Area wrapper

DiviAreaItem.addFilter()

Register a new hook that only handles filters of this Area

DiviArea.isClosed()

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

DiviArea.Data.countVisibleAreas()

Count the currently visible Areas.