cash-money
v1.0.1
Published
A _rich_ dom selection utility
Downloads
2
Readme
cash-money
New wave DOM selection library.
Usage
npm i cash-money
var $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ = require('cash-money');
// grab the text of every `p`
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$('p').map(function (elem) {
return elem.textContent;
}).join('\n\n');
non CJS users can point to the script in /dist
Manual unit tests
npm t
Open the output url in your browser of choice.
Build
npm run build