最終更新:2010-07-13 (火) 23:50:19 (5035d)  

Watermark plugin for jQuery
Top / Watermark plugin for jQuery

http://code.google.com/p/jquery-watermark/

メモ

 $("input:text[title!=''],input:password[title!=''],textarea[title!='']").each(function(){
		title=$(this).attr("title");
		$(this).watermark(title);
		});

参考