Article Introduction: The JavaScript Library has become an important part of a web Developer's toolkit, where you can enhance your Web experience by recommending 15 of the latest JavaScript libraries. |
The JavaScript library has become an important part of a web Developer's toolkit, where you can enhance your Web experience by recommending 15 of the latest JavaScript libraries.
1. Pikaday:standalone JavaScript DatePicker
This is a refreshing JavaScript date selector
- Light weight (less than 5KB after compression and gzip)
- No dependencies on other JS frameworks (but can be used with moment.js)
- Modular CSS class for easy
2. MailCheck
Mailcheck.js is a JavaScript library and jquery plugin used to detect the domain name of an email address. When the domain name is not correct, the corresponding suggestions are provided.
3. Bonsaijs
Bonsai is an open source JavaScript library for creating graphics and animations. The library's renderer uses SVG output and provides an intuitive, feature-rich API.
It has been supported in creating simple graphics (rectangles, circles, ovals, etc.). With specific features and a path () function, you can draw any custom shapes.
It can apply colors, gradients, and filters (grayscale, blur, opacity, etc.) in these shapes.
Many mouse (or touch) and keyboard events have been built into the library and can be easily managed.
Bonsai supports standard animations and key frame animations, and sets up a series of continuous animations.
and has a lot of simple functions that can be used in animations.
4. Review
ReView is a tiny JavaScript library that allows visitors to switch between the layouts on request. It analyses the initial viewport + META tag if available and displays a Link/button to the visitor for instantly To the other viewport with no refreshes, all JavaScript. The view preference is automatically stored via HTML5 sessionstorage and a plugin architecture exists for extending-its FE Atures.
Source
5. Lenticular.js
lenticular.js is a jquery plugin for creating picture animations that can respond to tilt or mouse events.
This plug-in is primarily used for mobile browsers (tilt-tilt devices), but can also be used for desktop browsers (mouse control).
It's very easy to use, just create a sequence of pictures (press them image-1.jpg, image-2.jpg ...). This way name it, define the picture folder, the number of animated frames, and so on.
Provides functionality to activate/disable effects, set axes (X,y or z) and more features.
6. Jarallax
Jarallax is a rich JavaScript library that makes it easy to create and make parallax scrolling effects.
This library allows us to manipulate CSS using keyframes and to support custom controllers.
These controllers, compared to time based animations, allow us to determine which event animation scrolling, mouse gestures, and so on.
7. Jspdf
Jspdf is an open source JavaScript library that can create PDF files on the client without any server-side scripting.
It has been able to support adding text (you can set styles), paint, and insert pictures. A document can set a theme, like some metadata such as: title, subject, etc.
Support most browsers, if there are unsupported browsing will use flash instead of implementation.
[1] [2] Next page