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

Popups for Divi

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.

DiviAreaItem.isVisible()

Tests, if the Area is visible.

applyFilters( “init_options” )

Filters the initial JS options while preparing the JS API

doAction( “show_area” )

The Area is visible or the intro-animation has started

DiviArea.Core.disableBodyScroll()

Disable scrolling of the body.

DiviArea.markClosed()

Mark an area as "closed" for a certain number of minutes.

doAction( “hide_area” )

Fires, once a previously visible Area is hidden again.

applyFilters( “apply_z_index” )

Filters the z-index of an Area before it is applied to the DOM element.

DiviAreaItem.find()

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