Search results
13 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Simple polyfill for the NodeList.forEach method.
Adds the forEach() method to NodeList objects.
Ensuring common iterable DOM classes can be used in for/of loops.
```javascript window.Math.randomRange(min, max); window.Number.prototype.toRad(); window.Math.calculateDistance(lat1, lon1, lat2, lon2); ```
Live, event driven dom element collections
- MutationObserver
- NodeList
- live HTMLCollection
- querySelectorAll
- querySelector
- getElementsByTagName
- getElementsByClassName
```javascript window.Math.randomRange(min, max); window.Number.prototype.toRad(); window.Math.calculateDistance(lat1, lon1, lat2, lon2); ```
Helper function returning all elements in the DOM that matches a specified CSS selector
This is a custom element that provides many basic infrastructure for Front-End, including math/nodeList extension and API communication.
A library for simplified work with arrays and DOM collections in JavaScript.
A polyfill to add the forEach method to NodeList if not available
Helper function setting conditional classnames on elements
This is a custom element that extends existing window object. Providing convenient functions to window.Math, window.NodeList and so on.
This is a custom element that provides many basic infrastructure for Front-End, including math/nodeList extension and API communication.