1. Home
  2. Knowledge Base
  3. Popups for Divi

Popups for Divi

Ninja Forms

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

DiviAreaItem.theId()

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

DiviArea.Utils.getCookie()

Return the value of a cookie.

applyFilters( “get_option_{key}” )

Filters the value of a JS option

DiviAreaItem.css()

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

applyFilters( “set_data_expire” )

Filters the lifespan of a local data entry

doAction( “ready” )

The JS API is fully initialized and all Areas were registered

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.