Divi Areas Pro

DiviAreaItem.find()

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

doAction( “refresh_area” )

Fires after options were applied to the area DOM elements

DiviArea.Core.activateContainer()

Scan the context for Area triggers and attach event listeners to them.

doAction( “init_overlay” )

Allows custom initialization of the background overlay.

Ninja Forms

✔︎ Divi Areas works well with Ninja Forms! Ninja Forms is a popular, free form builder plugin that beats Divis’s...

DiviArea.Utils.getOption()

Fetches the value of a DiviAreaConfig option. Params Returns The option value Notes No notes

DiviArea.getArea()

Returns the area that is associated with the ID. Params Returns Returns a DiviAreaItem object for the requested Area. When...

DiviArea.Data.sanitizeId()

Sanitize an area ID string: Return a ID with leading hash.

DiviAreaItem.setVisible()

Mark the area as visible or not-visible.

doAction( “ready” )

The JS API is fully initialized and all Areas were registered