@easyquery/ui package

Functions

Index addCssClass addElement convertOldOptions hideElement isVisible renderPageNavigator showElement toggleVisibility wrapInner addCssClass Adds css class to the html element. ▸ addCssClass(element: HTMLElement ,className: string ): void Parameters: element: HTMLElement - The element to add css class to. className: string - The name of the css class to be added. Returns void