Fork Me
webcloud / code / jQuery HTML5 Placeholder Plugin

The HTML5 placeholder attribute is awesome, unfortunately only supported by some browsers. This plugin replicates the placeholder behavior for unsupported browsers.

Get Code

Download or fork at github.

Usage

$('input[placeholder], textarea[placeholder]').placeholder();
Native HTML5 Placeholder support
IE Firefox Safari Chrome Opera iPhone Android
· 3.7+ 4.0+ 4.0+ · · ·
jQuery Placeholder
IE Firefox Safari Chrome Opera iPhone Android
6+ 3 + 3.0+

Demo

Below are two examples of the plugin in action.

Login Form
Comment Form