Divi Areas Pro

DiviArea.Debug.debug()

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

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.

DiviArea.Data.addVisibleArea()

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

doAction( “click_overlay” )

Click on the background overlay detected

DiviArea.Core.disableBodyScroll()

Disable scrolling of the body.

doAction( “show_overlay” )

Fired after the background overlay is displayed

DiviArea.removeFilter()

Removes a previously registered filter hook.

DiviAreaItem.addFilter()

Register a new hook that only handles filters of this Area

DiviArea.Utils.getOption()

Fetches the value of a DiviAreaConfig option. Params Returns The option value Notes No notes