Skip to main content

Search and Top Navigation

Ticket #6256: 6256.html


File 6256.html, 0.6 KB (added by scottgonzalez, November 03, 2010 12:48PM UTC)
<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title>#6256</title>
	<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/base/jquery-ui.css">
	<style>
	textarea {
		margin: 16px;
	}
	</style>
	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.js"></script>
	<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.js"></script>
	<script>
	$(function() {
		$( "textarea" ).resizable().parent().css( "background-color", "#aaa" );
	});
	</script>
</head>
<body>
<textarea></textarea>
</body>
</html>

Download in other formats:

Original Format