README
liteready
A lightweight DOM ready.
Install:
$ npm i lite-ready
Usage:
// ...
var ready = require('lite-ready')
ready(function () {
...
});
// ...
A lightweight DOM ready.
<script type="module">
import liteReady from 'https://cdn.skypack.dev/lite-ready';
</script>
A lightweight DOM ready.
$ npm i lite-ready
// ...
var ready = require('lite-ready')
ready(function () {
...
});
// ...