Divi Areas Pro

DiviArea.Core.enableBodyScroll()

Enables scrolling of the body again.

DiviArea.Utils.setLocalData()

Save the given information for a specified number of minutes in the current browser. This method stores data either in...

doAction( “hide_area” )

Fires, once a previously visible Area is hidden again.

doAction( “show_area” )

The Area is visible or the intro-animation has started

DiviArea.addActionOnce()

Same as addAction() but the callback is unhooked again when the action is called the next time. This function ensures,...

doAction( “refresh_area” )

Fires after options were applied to the area DOM elements

doAction( “before_show_area” )

Fires before an Area is displayed

applyFilters( “storage_method” )

Filter the storage method for local-data.

DiviAreaItem.setVisible()

Mark the area as visible or not-visible.

DiviArea.Utils.getClientRect()

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