Divi Areas Pro

DiviAreaItem.theId()

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

applyFilters( “get_option_{key}” )

Filters the value of a JS option

Ninja Forms

✔︎ Divi Areas works well with Ninja Forms! Ninja Forms is a popular, free form builder plugin that beats Divis’s...

DiviArea.Utils.getCookie()

Return the value of a cookie.

DiviAreaItem.css()

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

applyFilters( “set_data_expire” )

Filters the lifespan of a local data entry

DiviAreaItem.detach()

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

doAction( “ready” )

The JS API is fully initialized and all Areas were registered

DiviAreaItem.inDom()

Tests, whether the Area is attached to the document

DiviAreaItem.removeClass()

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