Klass

Klass 1.4.1 updated

The Klass library can make sure JavaScript supports class inheritance just by including one extra script in your page's header.The library implements class inheritance following the general model other ECMAScript-based programming languages have used.Why...

Reqwest

Reqwest 2.0.5 updated

Reqwest is a generic wrapper for any type of asynchronous HTTP request. Reqwest is basically a general purpose XHR connection manager, a robust tool for adding AJAX interactions on a page. Besides AJAX and Promises A, other common technologies like JSONP...

$script.js

$script.js 2.5.8 updated

By default, loading JavaScript files is done one file at a time, using a classic load queue mechanism. $script.js allows developers to query and load JS scripts and resources from any location, while also loading dependencies at the same time, in the...

Bowser

Bowser 1.0.0 updated

Bowser parses the user-agent string that every browser uses to store its settings, and extracts the browser type and version from it.This information is fed to an application or website, which can then be used to execute custom code, redirect the user or...

By default the jquery.rtl.js plugin will affect CSS code passed through the css() and animate() jQuery functions only.Under the hood, the plugin uses a vertically mirroring system for any CSS property it's being passed. So left turns right, and right...

read more
Qwery

Qwery 4.0.0

About a quarter the size of Sizzle, the selector engine used in jQuery, Qwery can provide all the basic DOM selection functionality Sizzle does.The engine supports CSS1, CSS2 and some CSS3 elements, and comes with very broad browser support.Qwery uses a...

domReady

domReady 1.0.8 updated

domReady allows developers to detect DOM ready states and execute custom code when that happens.This can be anything from a simple alert up to complicated multi-structured JavaScript functions.domReady can be used with server-side (Node.js) and...