Get started with frzr CDN
ISC licensed
Lightweight library for freezable data structures in JS.
Tags:- frzr
- tiny
- view
- library
- turboboosted
- framework
- javascript
- frontend
- client-side
- dom
Stable version
Copied!
How to start using frzr CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with frzr CDN - cdnhub.io</title>
<script src="https://cdn.cdnhub.io/frzr/0.22.7/frzr.min.js"></script>
</head>
<body>
<button id="freeze">Freeze</button>
<button id="thaw">Thaw</button>
<script>
const freezeBtn = document.getElementById('freeze');
const thawBtn = document.getElementById('thaw');
const elementToFreeze = document.querySelector('#content');
freezeBtn.addEventListener('click', () => {
Frzr.freeze(elementToFreeze);
});
thawBtn.addEventListener('click', () => {
Frzr.thaw(elementToFreeze);
});
</script>
<div id="content">
<p>This content will be frozen and thawed when the buttons are clicked.</p>
</div>
</body>
</html>
Copied!
Copied!
All versions
0.0.1
0.0.2
0.0.4
0.0.5
0.0.6
0.0.7
0.1.0
0.10.0
0.10.1
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.12.2
0.13.0
0.14.0
0.14.1
0.14.2
0.14.3
0.15.0
0.15.1
0.16.0
0.16.1
0.16.2
0.16.3
0.17.0
0.18.0
0.18.1
0.18.2
0.18.3
0.19.0
0.19.1
0.2.10
0.2.11
0.2.12
0.2.13
0.2.14
0.2.15
0.2.16
0.2.2
0.2.3
0.2.4
0.2.5
0.2.6
0.2.7
0.2.8
0.2.9
0.20.0
0.21.0
0.21.1
0.21.2
0.21.3
0.22.0
0.22.1
0.22.2
0.22.3
0.22.4
0.22.5
*** 0.22.7
0.3.1
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.4.5
0.4.6
0.4.7
0.4.8
0.4.9
0.5.0
0.5.1
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.7.5
0.7.6
0.7.7
0.7.8
0.7.9
0.8.0
0.8.1
0.8.10
0.8.11
0.8.12
0.8.13
0.8.14
0.8.2
0.8.3
0.8.4
0.8.5
0.8.8
0.8.9
0.9.0
0.9.1
0.9.10
0.9.2
0.9.3
0.9.4
0.9.5
0.9.6
0.9.7
0.9.8
0.9.9