Get started with infinity CDN
BSD-3-Clause licensed
The Infinity.js library is a JS tool for working with large numbers and infinities. It extends the native JS Number object with methods for handling and manipulating very large numbers and infinities.
Tags:- infinite
- scroll
- infinity
- UITableView
- ListView
Stable version
Copied!
How to start using infinity CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with infinity CDN - cdnhub.io</title>
<link rel="stylesheet" href="styles.css">
<script src="https://cdn.jsdelivr.net/npm/infinity@0.2.2/infinity.min.js"></script>
</head>
<body>
<div id="container">
<ul id="myList">
<!-- List items will be added here dynamically -->
</ul>
</div>
<script src="scripts.js"></script>
</body>
</html>
Copied!