Divi Areas Pro

DiviArea.Core.activateContainer()

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

DiviArea.Core.attachArea()

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

DiviArea.Data.countVisibleAreas()

Count the currently visible Areas.

doAction( “before_show_area” )

Fires before an Area is displayed

DiviAreaItem.setPosition()

Recalculate the Area position on the viewport.

DiviArea.Utils.getCookie()

Return the value of a cookie.

DiviArea.Core.disableBodyScroll()

Disable scrolling of the body.

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.

DiviArea.getArea()

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