HTML5 Placeholder jQuery Plugin - For Ancient jQuery

Check out the HTML5 Placeholder jQuery Plugin project page on GitHub - Modified for ancient jQuery support.

Usage

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

Demo