提高编码效率的15个最新JavaScript包和工具

作者:云烟 2013-10-12 16:11

一个java script库是一个预先写好的java script库,可以更轻松地开发基于java script的应用程序,尤其是对于AJAX和其他以Web为中心的技术。

1. Recline.js

Recline.js is a powerful library for building data apps in pure HTML and java script. It provides components and structure to data-heavy apps by providing models and views.

Source  

2. Keypress

Keypress is a java script library for capturing keyboard inputs and manipulating them flexibly. It can be used for simple cases (like if “x” is pressed, trigger a function) and more advanced scenarios like creating combos of any type. The library has callbacks for keyup + keydown events, an option exists for capturing the input only once and much more.

Source  

3. Pace.js

PACE is a java script library for adding good-looking loading bars to any website with ease. There are multiple loading effects: YouTube-like, corner indicator, page fill and more. It requires very less effort; simply insert the java script file with the selected theme and PACE works automatically for page load and ajax requests. The library doesn’t require any JS frameworks and can, optionally, be tweaked manually.

Source  

4. BackgroundCheck

BackgroundCheck is a small java script library for preventing such issues byauto-changing the style of the element to a darker or lighter one. Once an element overlaps an image, it adds .background–dark or.background–light classes to it. And, creating the related styles for each class would be enough. It is possible to limit the functionality to only selected images, define the dark/light threshold and more.

Source  

5. TogetherJs

TogetherJS is a free, open source java script library by Mozilla that adds collaboration features and tools to your website. By adding TogetherJS to your site, your users can help each other out on a website in real time. TogetherJS is implemented in java script; no software or plugins to install, and it’s friendly with existing web pages, while still letting developers customize the experience. TogetherJS is built and hosted by Mozilla, so you know it’s safe to use.

Source  

6. Vex

Vex is a java script library for creating very good looking modal boxes. The library is standalone + lightweight (2kb minifed + gzipped) and comes with an easy-to-use API. It has smooth animations, a built-in CSS spinner and replacesalert, confirm, and prompt out of the box. Vex also works well on mobile browsers and its design can be customized quickly.

Source  

7. Completely.js

Completely.js is a java script library for adding autocomplete functions to your website. It has no dependencies, no CSS, and no built-in AJAX, and works on any modern browser.

已有1145人阅读