JS Functions

DiviAreaItem.removeAttr()

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

DiviArea.doAction()

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

DiviArea.Debug.group()

Start or end a debug-group in the JS console

DiviArea.Data.createArea()

Creates a new DiviAreaItem instance

DiviArea.Utils.setCookie()

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

DiviAreaItem.isPrepared()

Tests, if the Area is fully initialized.

DiviAreaItem.get()

Returns a jQuery element of the current area.

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

Prepares a Hover Area for display. This logic is now built into `DiviArea.show()`

DiviAreaItem.removeFilter()

Removes a previously registered filter hook.