/jquery.overlay

Simple plugin to overlay labels on to their inputs

Primary LanguageJavaScriptMIT LicenseMIT

jQuery Overlay Plugin

Example Usage

HTML

<label for="name" class="offScreen">Your Name</label> <input id="name" type="text" placeholder="Your Name">

JS

$('input').overlay();

CSS

The plugin adds class="overlayed" and removes the class="offScreen" by default. These are configureable.

##License Licensed under the terms of the MIT license.