README
javascript-nativ-extensions
Extend the nativ browser api for jquery like apis
If you use an older browser, you need to load polyfills first. like from https://polyfill.io
Extending the nativ browser dom api. It allows you to use the dom api in a fluit api way and makes it lot easier to use the dom api for complex solutions
<script type="module">
import domApiExtension from 'https://cdn.skypack.dev/dom-api-extension';
</script>
Extend the nativ browser api for jquery like apis
If you use an older browser, you need to load polyfills first. like from https://polyfill.io