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

Popups for Divi

DiviAreaItem.inDom()

Tests, whether the Area is attached to the document

applyFilters( “init_options” )

Filters the initial JS options while preparing the JS API

DiviArea.Data.addVisibleArea()

Add a single Area to the end of the "visible Areas" list.

DiviArea.Core.initContainer()

Initialize Divi features in the given element

doAction( “before_show_area” )

Fires before an Area is displayed

DiviArea.Debug.debug()

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

DiviAreaItem.theId()

Returns the full Area-ID, including the `#` prefix

DiviArea.Data.countVisibleAreas()

Count the currently visible Areas.

DiviArea.Core.attachArea()

Attach the given area to the DOM and add it to the list of visible Areas.

DiviArea.getArea()

Returns the area that is associated with the ID. Params Returns Returns a DiviAreaItem object for the requested Area. When...