JS Functions

DiviArea.Utils.isPosition()

Checks, whether the given element (or one of its’ parents) has the given position attribute. Typically used to check, if...

DiviAreaItem.findHook()

Finds and returns the hook-tag of this Area.

DiviArea.Core.setupHoverArea()

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

DiviAreaItem.removeAttr()

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

DiviArea.Core.blurArea()

Remove the focus-state from an area and deactivated that area again.

DiviArea.Utils.getUrlParam()

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

DiviAreaItem.isPrepared()

Tests, if the Area is fully initialized.

DiviAreaItem.get()

Returns a jQuery element of the current area.

DiviAreaItem.getData()

Returns an area configuration value.

DiviArea.Utils.showOnViewport()

Checks the viewport configuration of the Area agains the current viewport. Only the window-width is tested to determine whether the...