JS Functions

DiviAreaItem.applyFilters()

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

DiviArea.Utils.sanitizeHookName()

Sanitizes the given name before it is injected into a hook-name

DiviArea.hide()

Closes the specified Divi Area.

DiviArea.UI.animateArea()

Trigger the intro/outro animation of a specific Area

DiviArea.Debug.debug()

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

DiviArea.Data.countVisibleAreas()

Count the currently visible Areas.

DiviArea.Core.attachArea()

Attach the given area to the DOM and add it to the list of visible Areas.

DiviArea.Data.addVisibleArea()

Add a single Area to the end of the "visible Areas" list.

DiviArea.Core.disableBodyScroll()

Disable scrolling of the body.

DiviArea.removeFilter()

Removes a previously registered filter hook.