In recent years, JavaScript has received much attention for its effective enhancement of the network, rather than simply providing some cheap effects such as flickering text. In this article, I have selected 10 remarkable tools and scripts developed by JavaScript.
0. MicroJS
Is code fast enough? MicroJS is a brand new website designed to provide common JavaScript code snippets: AJAX, JSON, DOM, OO JavaScript and so on.
Access: http://microjs.com/
1. Diva. js
DIVA is a continuous project integrating document access, design work, and digital library. Displays multiple page numbers. It runs at the same time with the IIPImage server, which will be the gospel of the websites that libraries or bookstores operate. If you want to see it, here is a demonstration.
Access: http://ddmal.music.mcgill.ca/diva/
2. Bookmarklet Generator
As you might expect, this tool is a bookmarkbuilder: simply paste the common JavaScript code, and press the button to get a bookmarktomaster-ready to be installed in your browser bar.
Visit: http://benalman.com/code/test/jquery... E-bookmarklet/
3. jQAPI
Like any other jQuery developer, I spent a lot of time exploring it. JQAPI is a website that provides jQuery documentation in a more convenient way. Therefore, when I need any help from jQuery, this reference website will be used.
Access: http://jqapi.com
4. heatmap. js
Day after day, JavaScript surprises me with its infinite possibilities: for example, heatmap. js allows your data to generate Web page heatmaps Based on the html5canvas element. Simple and efficient!
Access: http://www.patrick-wied.at/static/heatmapjs/
5. Respond. js
Do you still remember my research article on CSS3's adaptive media layout? Respond. js is a small script that allows you to browse through CSS3 media queries that do not support it. It is an IE browser. We are looking at you... ...).
Visit https://github.com/scottjehl/Respond... Respond. min. js
6. Modernizr
Modernizr is a script that makes the old version of browsers as good as the new version, so that you can build modern applications that will run on IE6 and 7. Your customers will love it, which is a guarantee.
Access http://www.modernizr.com/
7. YepNope
The goal of YepNope is simple: it answers yep, or nope. For example, YepNope is required to be loaded by Modernizr. If yes, YepNope is required to do this. If not, YepNope is also required. In many cases, it is so simple and very useful.
Access http://yepnopejs.com/
8. Ligature. js
Ligature. js is undoubtedly a script that can add beautiful conjoins to any type of articles. This is a must for all typographical enthusiasts!
Access: http://code.google.com/p/ligature-js/
9. FitText. js
FitText is an interesting tool that automatically adjusts the size of the text based on the size of the parent element. You only need to observe the appearance of a website and adjust your browser: The text is automatically adjusted. Modern websites and applications are another very interesting tool!
Access: http://fittextjs.com/
Original article: Jean-Baptiste Jung