I have designed some JavaScript libraries that do not require jQuery.
It also contains polyfills collected from other sources.
My custom extensions.
- ajax - JSONRequest().
- until - Until ... then/catch ...
- String::interpolate(), String::interpolate2(). IE compatible.
- number-input-element.js
- limited-checkbox.js
HTML UI components without jQuery.
IE compatible.
- overlayMessage
- notifyOSD
- input data calc
- input checkbox render
Older browsers did not implement all HTML5 features. They should fill missing features by Polyfill.
IE compatible.
- Array - EMCAScript 6 Polyfill.
- classList
- eventListener
- String::trim(), String::startsWith(), String::endsWith().