Gumbo Parser

Gumbo Parser 0.2.2 updated

Gumbo Parser ports some of Gumbo's features to JavaScript code, providing an interface on which JS code can interact with the library's original C code. The binding enables HTML 5 parsing to be supported in Node.js apps and websites, not...

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

jQuery createHtml allows developers to insert HTML code in a page's DOM via simple jQuery syntax.While this feature is available in the jQuery core as well, jQuery createHtml simplifies syntax and reduces development time.Usage instructions are included...

The jBinder jQuery plugin allows developers to attach custom JavaScript functions to desired DOM elements.The function is attached to the element via an HTML5 data attribute.The function can then be triggerd on page load or on click or hover.Examples and...

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