Top 10 JavaScript Frameworks for Web Development in 2022
In the year 2022, React is predicted to surpass jQuery as the most popular JavaScript framework, claiming its place at the top of the list. Other popular frameworks include Backbone, Ember...
Easy Copy to Clipboard Library with JavaScript
Simple module exposing copy function that will try to use execCommand with fallback to IE-specific clipboardData interface and finally, resort to usual prompt with proper text content and message.
Installation
Can be...
Easy way to format dates in JavaScript
intl-dateformat is a simple date formatting library that leverage the Intl.DateTimeFormat API to format dates in different languages and timezones without having to clutter your JavaScript bundles.
Features
✌ Small: As it...
SweetAlerts2 – Nice JavaScript Alerts Library
A zero dependencies beautiful, responsive, customizable, accessible (WAI-ARIA) replacement for JavaScript's popup boxes
Installation
You can install SweetAlerts2 via npm
npm install sweetalert2
or by you can grab it via jsdeliver CDN
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@10"></script>
Usage
1. Initialize the...