Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakeburden/for-each-el


https://github.com/jakeburden/for-each-el

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# forEachEl

`.forEach() for DOM elements`

## Usage

```js

var forEachEl = require('for-each-el')

forEachEl('h1', (h1) => h1.textContent = 'wow' )