st.js is a library that adds a couple of powerful methods to JavaScript's native JSON.
A nice and useful article about "An Introduction to jQuery".
This article assumes no prior knowledge of jQuery, and will cover the following topics:
A super tiny JavaScript library to execute simple DOM querying and hooking event listeners.
Aims to return the raw DOM node for you to manipulate directly, using HTML5 tech like element.classList
or element.innerHTML
, etc.
Selector is a micro JavaScript library used as a replacement for jQuery.
The aim of this project is to build a replacement for jQuery while constantly finding optimizations to shrink the overall filesize of the library, keeping the minified, gzip compressed file under 5KB while simultaniously adding more support for jQuery features.
Lining.js is an easy to use javascript plugin offers you complete DOWN-TO-THE-LINE control for radical web typography.
Viewport is simple jQuery plugin adds custom pseudo-selectors and handlers for simple element detection inside or outside of viewport.
isInViewport.js is an ultra-light jQuery plugin that tells you if the element is in the viewport, but with a twist. It lets you select a visible element(s) using the :in-viewport
selector or by calling the .isInViewport()
method on the element(s).