Methods
hide
- hide(elements: HTMLElement | NodeListOf<HTMLElement>): void
Parameters
elements: HTMLElement | NodeListOf<HTMLElement>
Returns void
initialize
- initialize(selector: string, options?: Partial<Options>): void
Parameters
selector: string
options: Partial<Options> = {}
Returns void
show
- show(elements: HTMLElement | NodeListOf<HTMLElement>, title: string): void
Parameters
elements: HTMLElement | NodeListOf<HTMLElement>
title: string
Returns void
Static Private applyAttributes
- applyAttributes(attributes: {}, node: HTMLElement): void
Parameters
attributes: {}
node: HTMLElement
Returns void
The main tooltip object
Hint: Due to the current usage of tooltips, this class can't be static right now