jPrefetch

jPrefetch 0.9.0

Link prefetching is a browser mechanism, which utilizes browser idle time to download or prefetch documents that the user might visit in the near future.jPrefetch is a jQuery plugin that allows developers to tell the client's browser to start prefetching...

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...

jquery.htmlClean uses a visual interface that lets developers copy-paste their code inside a textarea, outputting the beautified results below.The plugin can also be integrated with WYSIWYG editors, allowing developers to support copy-pasting text...

localeStorage is a feature of HTML 5 that allows for persistent data storage on the client-side via the browser. In simpler terms is a database for storing Web data in the user's browser, that gets remembered between sessions and page reloads.Locale...

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...

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...

Satisfy

Satisfy 0.3.1

Satisfy works like the jQuery selector engine, but instead of parsing the DOM and selecting the desired items, it renders empty tags out of the passed selector structure.So something like satisfy(div span a); will generate HTML in the form...

rst2html5

rst2html5 1.7.5 updated

rst2html5 adds HTML 5 support on top of docutils' rst2html function.The module is updated to the most recent HTML 5 upgrades and features, allowing developers to generate modern HTML 5 content out of reStructuredText syntax.rst2html5 includes support for...

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...