Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 342 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 342 Bytes

labelAsPlaceholder

This jQuery plugin Set the label as placeholder and animate the placeholder to label.

To use it the html needs to be setup as the example bellow:

<div class="control-group">
<label>Label as placeholder</label>
<input type="text" name="input" />
</div>