is-element-ready
v0.1.0
Published
```javascript const isElementReady = require('is-element-ready');
Downloads
3
Readme
is-element-ready
Usage
const isElementReady = require('is-element-ready');
isElementReady('#hello').then(function(element) {
console.log('The element now exists in the DOM', element);
});
API
isElementReady(selector[, target])
- selector - String
- target - Node
License
MIT © Iegor Azuaga