Divi Areas Pro

DiviArea.configArea()

This method is deprecated and should not be used anymore. Params Returns The function does not return anything. Examples Notes...

DiviArea.register()

Creates a new Divi Area from an arbitrary HTML element on the page

doAction( “hide_area” )

Fires, once a previously visible Area is hidden again.

DiviAreaItem.setVisible()

Mark the area as visible or not-visible.

DiviAreaItem.setPosition()

Recalculate the Area position on the viewport.

DiviArea.Core.blurArea()

Remove the focus-state from an area and deactivated that area again.

doAction( “show_area” )

The Area is visible or the intro-animation has started

DiviArea.Utils.isPosition()

Checks, whether the given element (or one of its’ parents) has the given position attribute. Typically used to check, if...

doAction( “before_show_area” )

Fires before an Area is displayed

DiviArea.Utils.getClientRect()

Returns a rect for the first element in the jQuery object. Params Returns An object with details about the client...