Get started with alt CDN
MIT licensed
Alt JS: lightweight, flexible UI builder with virtual DOM, declarative API.
Tags:- alt
- es6
- flow
- flux
- react
- unidirectional
Stable version
Copied!
How to start using alt CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with alt CDN - cdnhub.io</title>
<script src="https://cdn.cdnhub.io/alt/0.18.6/alt.min.js"></script>
</head>
<body>
<img src="image.jpg" alt="A beautiful sunset" loading="lazy" id="image">
<button onclick="handleImageLoad()">Check Image Load</button>
<script>
function handleImageLoad() {
const image = document.getElementById('image');
alt(image).onload(function() {
console.log('Image loaded with alt text:', this.alt);
});
}
</script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
All versions
0.10.0
0.10.1
0.10.2
0.11.0
0.12.0
0.12.1
0.12.2
0.12.3
0.13.0
0.13.1
0.13.10
0.13.11
0.13.12
0.13.2
0.13.3
0.13.4
0.13.5
0.13.6
0.13.7
0.13.8
0.13.9
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.15.6
0.16.0
0.16.10
0.16.2
0.16.3
0.16.4
0.16.5
0.16.6
0.16.7
0.16.8
0.16.9
0.17.0
0.17.1
0.17.2
0.17.3
0.17.4
0.17.5
0.17.6
0.17.7
0.17.8
0.17.9
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
*** 0.18.6
0.3.0
0.4.0
0.5.0
0.6.0
0.7.0
0.8.0
0.9.0