Divi Areas Pro

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.

doAction( “hide_area” )

Fires, once a previously visible Area is hidden again.

DiviArea.markClosed()

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

applyFilters( “apply_z_index” )

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

doAction( “before_show_area” )

Fires before an Area is displayed