Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakeburden/for-each-el
https://github.com/jakeburden/for-each-el
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakeburden/for-each-el
- Owner: jakeburden
- Created: 2015-01-29T00:31:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-03T04:38:50.000Z (almost 10 years ago)
- Last Synced: 2025-01-02T20:10:12.235Z (7 days ago)
- Language: JavaScript
- Size: 4.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
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' )