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

Popups for Divi

DiviArea.Data.loopAllAreas()

Invoke a callback on all Areas of a given type

DiviArea.hide()

Closes the specified Divi Area.

DiviArea.Utils.getWindow()

Gets the parent window that contains the specified element. Params Returns The window object which contains the element. Notes No...

applyFilters( “pre_init_area” )

Called before a new Divi Area is initialized

DiviAreaItem.applyFilters()

Runs a JS filter via DiviArea.applyFilters() with the given hook name. This function will call two filters: One exactly as...

DiviAreaItem.attr()

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

DiviArea.Debug.info()

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

DiviArea.Utils.sanitizeHookName()

Sanitizes the given name before it is injected into a hook-name

DiviArea.UI.animateArea()

Trigger the intro/outro animation of a specific Area

DiviArea.Utils.getLocalData()

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