Callback when document.body
exists.
$ npm install wcjohnson11/on-body
Will call your function with fn(document.body)
when the <body>
element has been created. This way you can easily append things to the body even if the Javascript was added in the <head>
.
MIT