Simple Watermark 1.1

Simple water mark gives users an unobtrusive information about the textbox/textarea.
It's only a couple of lines, and uses CSS instead of images for messages.

$(document).ready(function(){
	$('input[type=text], textarea').simpleWaterMark('watermark');
});
Input Box:



Text Box:
Back to Original Article