How Javascript Libraries Can Keep You Out of Trouble

Sharing is caring!

518 Views -

1-jQuery LoadingOverlay
Shows a loading overlay on the whole page or over single DOM elements
CDN-https://cdn.jsdelivr.net/npm/gasparesganga-jquery-loading-overlay@2.1.6/dist/loadingoverlay.min.js
Doc – https://gasparesganga.com/labs/jquery-loading-overlay/

2-fullcalendar
Full-sized drag & drop event calendar https://fullcalendar.io
https://fullcalendar.io/
Source – https://github.com/fullcalendar/fullcalendar/releases/download/v4.2.0/fullcalendar-4.2.0.zip
Doc –https://fullcalendar.io/docs/getting-started

3-leafletjs
an open-source JavaScript library
for mobile-friendly interactive maps
https://leafletjs.com/

<link rel="stylesheet" href="https://unpkg.com/leaflet@1.5.1/dist/leaflet.css"
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.5.1/dist/leaflet.js"
integrity="sha512-GffPMF3RvMeYyc1LWMHtK8EbPv0iNZ8/oTtHPx9/cc2ILxQ+u905qIwdpULaqDkyBKgOaB57QTMg7ztg8Jm2Og=="
crossorigin=""></script>

 

https://leafletjs.com/reference-1.5.0.html

4-currencyFormatter.js
CurrencyFormatter.js allows you to format numbers as currencies. It contains 155 currency definitions and 715 locale definitions out of the box. It handles unusually formatted currencies, such as the INR. This library is now used by hedge funds, banks and a variety of other organisations across the world for the efficient formatting of currencies in a wide range of applications.
https://osrec.github.io/currencyFormatter.js/
https://github.com/osrec/currencyFormatter.js/archive/master.zip

5-FezVrasta/popper.js
A kickass library to manage your poppers https://popper.js.org
https://github.com/FezVrasta/popper.js

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments