JS Functions

DiviArea.addActionOnce()

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

DiviArea.doAction()

Runs all previously registered action hooks. Params Returns The function does not return anything. Notes No notes

DiviAreaItem.setPosition()

Recalculate the Area position on the viewport.

DiviArea.Debug.group()

Start or end a debug-group in the JS console

DiviArea.Data.createArea()

Creates a new DiviAreaItem instance

DiviArea.Utils.getCookie()

Return the value of a cookie.

DiviArea.Utils.setCookie()

Set the value of a cookie, with an expiration date.

DiviArea.Utils.setLocalData()

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

DiviArea.Core.enableBodyScroll()

Enables scrolling of the body again.

DiviAreaItem.removeFilter()

Removes a previously registered filter hook.