JS Functions

DiviArea.Data.getAllIds()

Returns a list of available Area-IDs

DiviArea.Data.loopAllAreas()

Invoke a callback on all Areas of a given type

DiviArea.Hooks.doAction()

This is an alias of DiviArea.doAction().

DiviArea.Core.detachArea()

Remove the given area from the current list of visible Areas.

DiviAreaItem.attr()

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

DiviArea.listAreas()

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

DiviArea.hide()

Closes the specified Divi Area.

DiviArea.Core.reOrderAreas()

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

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