JS Functions

DiviArea.Core.reOrderAreas()

Sets the z-index of all Areas, including the modal overlay.

DiviArea.Data.getVisibleArea()

Returns either the top-most visible Area, or the Area with the given ID.

DiviArea.Data.addAltId()

Define an alternate ID for a registered Area.

DiviArea.Data.removeVisibleArea()

Remove a single entry from the "visible Areas" list.

DiviArea.Data.getAllIds()

Returns a list of available Area-IDs

DiviArea.Data.loopAllAreas()

Invoke a callback on all Areas of a given type

DiviArea.Utils.getWindow()

Gets the parent window that contains the specified element. Params Returns The window object which contains the element. Notes No...

DiviArea.Debug.info()

Output info in the JS console, when JS debugging is enabled

DiviAreaItem.attr()

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

DiviArea.Utils.getLocalData()

Retrieve previously stored information from localStorage or a Cookie. Params Returns A string with the previously saved value, or false...