Divi Areas Pro

DiviArea.Utils.getUrlParam()

Returns a single URL param valuewith the given name. If no paramName is given, returns the entire list of all...

DiviArea.Utils.getCookie()

Return the value of a cookie.

applyFilters( “get_option_{key}” )

Filters the value of a JS option

DiviAreaItem.theId()

Returns the full Area-ID, including the `#` prefix

doAction( “ready” )

The JS API is fully initialized and all Areas were registered

applyFilters( “set_data_expire” )

Filters the lifespan of a local data entry

DiviAreaItem.css()

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

DiviAreaItem.detach()

Detach the current Area from the DOM tree (hide it)

DiviAreaItem.inDom()

Tests, whether the Area is attached to the document

DiviAreaItem.removeClass()

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