HTML5 Placeholder jQuery Plugin

Check out the HTML5 Placeholder jQuery Plugin project page on GitHub.

$(function() {
$('input, textarea').placeholder();
});

Mathias