sergioymolina / placeholdem

Placeholder Caret Animation

Home Page:http://placeholdem.jackrugile.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Placeholdem

Placeholder Caret Animation

  • Version: v1.0.0
  • Date: 2014-02-12

Placeholdem is a JavaScript plugin that animates placeholder carets on inputs and textareas. The placeholder value will incrementally delete on focus, and restore on blur.

<!-- add placeholder to input or textarea -->
<input name="fieldname" placeholder="Placeholder Value" />
// run Placeholdem on all elements with placeholders
Placeholdem( document.querySelectorAll( '[placeholder]' ) );

About

Placeholder Caret Animation

http://placeholdem.jackrugile.com

License:MIT License