Namespace: methods

Help4.selector.methods

Classes

AppFrameSelector
ClassSelector
DataAttrSelector
FallbackSelector
IdSelector
IframeSelector
NoNumbersIdSelector
ShortTermIframeSelector
TreeDataAttrSelector
Utils

Members

(static) window :Window

Type:
  • Window
Source:

Methods

(static) $(selector) → {NodeList.<HTMLElement>|Array.<void>}

deliver the DOM element from given selector
Parameters:
Name Type Description
selector string
Source:
Returns:
Type
NodeList.<HTMLElement> | Array.<void>

(static) $E(value) → {string}

escape strings for usage with Help4.selector.methods.$
Parameters:
Name Type Description
value string
Source:
Returns:
Type
string

Type Definitions

Selector

Type:
  • Object
Properties:
Name Type Description
value string the selector string
quality number the selector quality
Source: