parse5

parse5 2.1.5 updated

parse5 is one of the best parsing solutions for HTML code, combining performance with standards compliance. While there are a plethora of code parsing tools around, most of them work very slow or produce wildly inaccurate results. parse5 is a solid...

store

store 2.3.0 updated

The store library works with client-side (browsers) and server-side (Node.js) environments.It enables developers to interact with localStorage and sessionStorage data via simple JavaScript code.What is new in this release:Use fake storage for Safari...

TinyDOM

TinyDOM 1.0

It's a super slimmed down version of a DOM manipulation library, with little features, but useful nevertheless.Features:Appends HTML to the head. Appends HTML to the body. Prepends HTML to the head. Prepends HTML to the body. Replaces the head with the...

Haml.js

Haml.js 0.4.3

HAML is a markup language written for Ruby as a HTML-outputting template engine.While Ruby may not be available, or even may not be the first choice of many Web developers, this library provides a way to use HAML, while working with Node.js.So it simply...

iStorage

iStorage 1.0

iStorage provides a way to interact with localStorage in MooTools-driven Web apps or websites.localStorage is a new feature introduced with the new HTML 5 standard, an utility for storing data locally inside the user's browser, data that gets persisted...

PHP Selector

PHP Selector 1.1.5

PHP Selector works like any other JavaScript-based CSS selector engine. The only difference is that  PHP Selector uses PHP to parse the DOM structure and extract desired elements.This library is ideal for data miners and Web page scrapers where data...

VisSense.js

VisSense.js 0.8.3 updated

VisSense.js can detect what DOM elements are shown on the page, and how much of them we can see. This small JavaScript toolkit can work when the page loads, or in real-time, as the page is scrolled, or page elements are moved around. The library comes...

to-markdown.js

to-markdown.js 2.0.0 updated

to-markdown.js can be used programmatically or you can use the visual interface provided with the download package, to post HTML text and immediately have it converted to Markdown right underneath.This library works with client-side (browsers) and...

Uiji.js

Uiji.js 1.0

By default, jQuery uses a selector to tell it what to do.Uiji.js reverses the jQuery default syntax for giving the action first, and then the element on which it needs to be applied on.A demo is included with the download...