Get started with cash CDN

MIT licensed

Cash: faster DOM manipulation in JS vs jQuery.

Tags:
  • Cash
  • jquery
  • browser

Stable version

Copied!

How to start using cash CDN


// Load cash library from CDN
const cash = require('cash-dom')(window);

// Select an element with ID 'example' and change its text
cash('#example').text('New text here');
Copied!
Copied!
Copied!
Copied!

All versions