Divi Areas Pro

DiviArea.listAreas()

Returns an array of all area IDs (including eventual alternate IDs) that match the given filter. Params Returns Array of...

DiviArea.Core.reOrderAreas()

Sets the z-index of all Areas, including the modal overlay.

DiviAreaItem.attr()

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

doAction( “show_overlay” )

Fired after the background overlay is displayed

DiviArea.hide()

Closes the specified Divi Area.

DiviArea.Data.removeVisibleArea()

Remove a single entry from the "visible Areas" list.

DiviArea.Debug.info()

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

doAction( “click_overlay” )

Click on the background overlay detected

applyFilters( “area_preparation_time” )

Filter the default detach delay when creating a new Area.

DiviArea.Utils.getWindow()

Gets the parent window that contains the specified element. Params Returns The window object which contains the element. Notes No...