<label for="name" class="offScreen">Your Name</label> <input id="name" type="text" placeholder="Your Name">
$('input').overlay();
The plugin adds class="overlayed"
and removes the class="offScreen"
by default. These are configureable.
##License Licensed under the terms of the MIT license.