Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 370 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 370 Bytes

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.