JS Functions

DiviArea.Data.getVisibleArea()

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

DiviArea.Core.getContext()

Returns the base context where Divi Areas are inserted.

DiviAreaItem.isType()

Tests, whether the matches the expected type string.

DiviAreaItem.applyFilters()

Runs a JS filter via DiviArea.applyFilters() with the given hook name. This function will call two filters: One exactly as...

DiviArea.Debug.sysInfo()

Display details about the current system

DiviArea.hide()

Closes the specified Divi Area.

DiviArea.Utils.toBool()

Utility that tests, if a value equals to boolean true. See below for a list of values that are considered...

DiviAreaItem.isVisible()

Tests, if the Area is visible.

DiviArea.isClosed()

Check, whether a area is marked as “closed” for a certain time span. This function returns true when the area...

DiviAreaItem.find()

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