tInput - The ultimate input and textarea manager
Hey, look, facebook forms!

Well, pseudo-facebook forms that is, but to prove my point :)

For those of you who are still wondering, this is not an actual facebook form... only a 10min replica of it :)
	$('#facebook').tInput({
		setStyle		: 'facebook_style, facebook_wrapper',
		resize			: { minHeight:30, maxHeight:10000 },
		empty			: {
			text		: 'Write a comment...',
			inputClass	: 'facebook_empty'
		}
	});