Divi Areas Pro

DiviArea.hideOverlay()

Removes the background overlay and re-enables scrolling.

DiviArea.Core.isArea()

Tests, whether the given val is an Divi Area element

doAction( “before_hide_area” )

Fires before an Area is displayed

doAction( “show_overlay” )

Fired after the background overlay is displayed

DiviArea.Debug.table()

Display debug information in the JS console

DiviArea.Utils.getCssSpecificity()

Calculates the CSS Specificity of a given selector.

DiviArea.Debug.error()

Display an error in the JS console

DiviArea.removeAction()

Removes a previously registered action hook.

doAction( “click_overlay” )

Click on the background overlay detected

DiviArea.Data.getVisibleArea()

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