jQuery.loadHtml takes remote HTML documents and loads them on the current page inside specified locations.The entire system is a nice way of loading dynamic content on a page via jQuery instead of classic HTML pages.This means content can be switched...

At page load, the video is played automatically.Older browser which don't support HTML5, the video background will be replaced with an image.Requirements:JavaScript enabled on client side jQuery HTML5 enabled browser Limitations:Too many video instances...

JSCapture

JSCapture 1.0

JSCapture, if other browsers decide to adopt and implement the features it runs on, can be a really useful tool for providing support to remote users.This small utility uses the HTML 5 getUserMedia() feature to record what ever is going on the user's PC,...

JSONFormatter.js takes a raw JSON stream and renders it as a pretty-printed HTML list.If too big, the list can optionally be collapsed to save space on the page.Small +/- icons will be added to JSON data nodes, letting the user know he can expand and...

KineticJS

KineticJS 5.1.0

From simple 2D shapes and drawings, and up to complicated browser games, KineticJS can be used without a glitch for manipulating canvas elements inside the DOM. KineticJS can work with many layers, animations and renderings, being ideal for animation and...

Laker

Laker 1.4.2

Laker packages features from jPlayer, Baker, jQuery, the Less Framework and a bunch of HTML 5 code.Laker can be used to create digital publications with HTML5 and then convert them to iOS apps. Features: Included packages: The Laker CSS-Styles (based...

HTML 5 localStorage was created to allow Web applications and websites to save data locally inside the user's browser, instead of using an online database.This feature was created to work with small files, since that was the point of creating a local...

LESS

LESS 2.6.0

LESS is an extension to the CSS language to add support for variables, nested rules, mixins and operationsIt uses current CSS 2 & 3 syntax.LESS stands for Leaner CSS.Just rename a normal .css file into .less and run it through a LESS interpreter.This Ruby...