Options
All
  • Public
  • Public/Protected
  • All
Menu

kCollection contains the elements matching from a CSS selector

Hierarchy

  • kCollection

Index

Constructors

Properties

Methods

Constructors

constructor

  • new kCollection(domElements: HTMLElement[]): kCollection

Properties

domElements

domElements: HTMLElement[]

Methods

find

  • Searches the current collection for matching elements and replaces the current collection.

    Parameters

    • cssSelectorString: string

      a CSS Selector string

    Returns kCollection

    the new collection

get

  • get(): HTMLElement[]

remove

replaceWith

style

Generated using TypeDoc