Divi Areas Pro

DiviArea.Utils.compareCssSpecificity()

Determines, which CSS specificity is more specific

DiviArea.hideOverlay()

Removes the background overlay and re-enables scrolling.

DiviArea.removeAction()

Removes a previously registered action hook.

DiviArea.Core.focusArea()

Add the focus-state to an area and activate/initialize that Area.

DiviArea.getOverlay()

Returns the jQuery element of the modal overlay.

DiviArea.UI.initializeAreaAnimation()

Initialize/configure animation details of the Divi Area

DiviAreaItem.addActionOnce()

Same as addAction, but the callback is only called once and then is unhooked again

DiviArea.Data.getVisibleArea()

Returns either the top-most visible Area, or the Area with the given ID.

DiviArea.Data.loopVisibleAreas()

Loop all visible Areas of the given type and execute the callback for them.

DiviArea.Hooks.addAction()

This is an alias of DiviArea.addAction().