JS Functions

DiviArea.Debug.group()

Start or end a debug-group in the JS console

DiviArea.Core.activateContainer()

Scan the context for Area triggers and attach event listeners to them.

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.addActionOnce()

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

DiviArea.Core.deactivateContainer()

Remove all inline triggers from the specified Area.

DiviArea.Hooks.removeAction()

This is an alias of DiviArea.removeAction().

DiviArea.Core.enableBodyScroll()

Enables scrolling of the body again.

DiviAreaItem.setVisible()

Mark the area as visible or not-visible.

DiviArea.Utils.getClientRect()

Returns a rect for the first element in the jQuery object. Params Returns An object with details about the client...