Best HTML Tools Scripts for Web
The jQuery iframe Plugin can be used for inserting iframe content in a Web page.These iframes can then be controlled via simple jQuery code, giving the webmaster simple tools for content moderation.A demo is included with the download...
HTML Tools is not for DOM manipulation, but for manipulating DOM strings.Works with client-side (browsers) and server-side (Node.js) environments. Also comes with AMD compliance.Basic usage:This:html.enclose(string, 'tag');Will...
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...
If you never noticed, the Pinterest homepage is actually a collection of tiled mosaic elements that are displayed on a responsive grid.As the user resizes his browser or views the page on small-screen devices, the grid elements on the page are moved from...
A news "crawl" is text which scrolls by slowly at the bottom of the screen. This script lets you create your own crawl.The code is written using Javascript and CSS. The code works with IE4 and Firefox. It is easy to configure the look and feel of this...
LESS is a CSS subset, a new, more improve syntax for writing and maintaining CSS code.even.less is a LESS file that automates and simplifies some of the LESS syntax even more, for even faster LESS code writing.New syntax options are detailed in the...
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...
Embed Responsively is nothing more than a Web-based application which takes the URLs of embeddable content hosted on various services and produces a new iframe-based embed code.The difference is that this new iframe embed code works on responsive layouts,...
To use StyleStats, just point it to a CSS file and it will tell you various stats about it, ideal for debugging and improving overall CSS policies.
StyleStats can work with manually entered CSS code, it can retrieve all the CSS loaded on a specific URL,...
useful.polyfills.js allows developers to write modern applications using the latest version of the HTML recommendation (v5) and have it properly render out in older browsers.The library generally targets IE8 versions and lower, and also adds support for...