Namespace: hapi

hobs.utils. hapi

HApi related utils

Methods


<static> elements(itemtype)

Return all HApi elements on a page. Can optionally be filtered by their type.

Parameters:
Name Type Description
itemtype String

The type of HApi elements to return. Should be the path to the model definition or parts of it, e.g. the suffix. A call with an empty itemtype returns all HApi elements on a page.

Returns:

jQuery The matching HApi elements as jQuery objects.