1. Home
  2. Knowledge Base
  3. Popups for Divi

Popups for Divi

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.

doAction( “focus_area” )

Fired after event handlers were attached to the Area

DiviAreaItem.addAction()

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

DiviArea.Core.disableBodyScroll()

Disable scrolling of the body.

DiviAreaItem.hasClass()

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

DiviAreaItem.addClass()

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

doAction( “resize_area” )

Fired before the Area position is changed.

DiviAreaItem.isType()

Tests, whether the matches the expected type string.

DiviAreaItem.theKey()

Returns the Areas hook-key which is used for action/filter names