Started out as a simple HTML parser for Node.js, the NodeHtmlParser module has evolved into a fully working RSS and XML parser as well.NodeHtmlParser recently added support for client-side environments, allowing the library to be called and used inside...

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

shortcode.js

shortcode.js 1.1.0

Everyone that has ever worked with a WordPress-powered site knows what a shortcode is. The term is so popular and so widely used that almost all plugin developers these days feel the need to provide shortcode support as much as they do for sidebar widgets...

localStorageDB

localStorageDB 2.3.1 updated

localStorageDB empowers a programmer with the tools necessary to build and manage local databases via the new HTML 5 localStorage and sessionStorage client-side storage utilities.localStorageDB works mainly with serialized JSON data for easier...

HTML2Markdown works on a simple parsing engine, reading text, scanning for known HTML tags and replacing them with the appropriate Markdown formatting characters.The library works with client-side (browsers) and server-side (Node.js) environments.What is...

Voyeur.js

Voyeur.js 0.4.0

When it was first created, jQuery was a very basic library for parsing and manipulating the HTML DOM.Just like jQuery, Voyeur.js is a simple way of manipulating a page's source code, utilizing a simplified syntax that makes creating, altering or removing...

Sanitize.js

Sanitize.js 1.0.0

Works on the whitelist principle.It will expect a list of acceptable HTML elements and attributes.Then when pointed to a DOM node, Sanitize.js will remove all unacceptable HTML from that node.Sanitize.js has no trouble dealing with malformed or...

Radium

Radium 0.17.1 updated

Radium allows developers a higher degree of flexibility when creating React-based applications.Instead of loading stiff CSS files for every page and sometimes executing code that never gets to be actually used on the site, this library allows developers...

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