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

Popups for Divi

DiviAreaItem.addFilter()

Register a new hook that only handles filters of this Area

DiviArea.addFilter()

Register a callback function for a certain JS filter

doAction( “init_overlay” )

Allows custom initialization of the background overlay.

DiviArea.UI.animateArea()

Trigger the intro/outro animation of a specific Area

doAction( “refresh_area” )

Fires after options were applied to the area DOM elements

DiviArea.register()

Creates a new Divi Area from an arbitrary HTML element on the page

DiviArea.Core.activateContainer()

Scan the context for Area triggers and attach event listeners to them.

DiviArea.Utils.sanitizeHookName()

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

doAction( “hide_area” )

Fires, once a previously visible Area is hidden again.

DiviArea.Utils.getLocalData()

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