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

Popups for Divi

doAction( “refresh_area” )

Fires after options were applied to the area DOM elements

applyFilters( “ignore_close_area” )

Allows to ignore the "close_area" request and force an area to stay open

applyFilters( “storage_method” )

Filter the storage method for local-data.

applyFilters( “ignore_overlay_click” )

Allows to ignore the click on the popup overlay

DiviArea.Core.blurArea()

Remove the focus-state from an area and deactivated that area again.

DiviArea.Utils.isPosition()

Checks, whether the given element (or one of its’ parents) has the given position attribute. Typically used to check, if...

doAction( “init_overlay” )

Allows custom initialization of the background overlay.

doAction( “load” )

Fires after the API was fully loaded, but before it is initialized

DiviAreaItem.removeFilter()

Removes a previously registered filter hook.

DiviArea.Utils.getUrlParam()

Returns a single URL param valuewith the given name. If no paramName is given, returns the entire list of all...