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

craveytrain/jquery.overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple plugin to overlay labels on to their inputs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published