Divi Areas Pro

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.

DiviArea.addFilter()

Register a callback function for a certain JS filter

DiviAreaItem.setVisible()

Mark the area as visible or not-visible.

DiviArea.configArea()

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

DiviAreaItem.setPosition()

Recalculate the Area position on the viewport.

DiviArea.Utils.getClientRect()

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

doAction( “show_area” )

The Area is visible or the intro-animation has started

doAction( “refresh_area” )

Fires after options were applied to the area DOM elements

doAction( “before_show_area” )

Fires before an Area is displayed