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

Popups for Divi

applyFilters( “get_option_{key}” )

Filters the value of a JS option

applyFilters( “set_data_expire” )

Filters the lifespan of a local data entry

DiviArea.Utils.getCookie()

Return the value of a cookie.

DiviAreaItem.removeFilter()

Removes a previously registered filter hook.

DiviAreaItem.theId()

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

DiviArea.Utils.getUrlParam()

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

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

doAction( “hide_overlay” )

Fired after the background overlay was hidden again