Divi Areas Pro

DiviArea.Data.addVisibleArea()

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

DiviArea.Core.disableBodyScroll()

Disable scrolling of the body.

doAction( “before_hide_area” )

Fires before an Area is displayed

doAction( “focus_area” )

Fired after event handlers were attached to the Area

DiviAreaItem.addClass()

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

DiviAreaItem.addAction()

Register a new hook that only listens to actions of this Area

DiviAreaItem.hasClass()

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

DiviArea.Utils.getOption()

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

DiviAreaItem.isType()

Tests, whether the matches the expected type string.

doAction( “resize_area” )

Fired before the Area position is changed.