Side navigation
Ticket #6546: test-6546.html
File test-6546.html, 0.4 KB (added by dmethvin, June 16, 2010 02:26AM UTC)
test case
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.js"></script>
<script language="javascript">
$(document).ready(function() {
alert($("#mytest").val());
});
</script>
</head>
<body>
<div>test</div>
<textarea id="mytest">
this is a test
</textarea>
</body>
</html>
Download in other formats:
Original Format
File test-6546.html, 0.4 KB (added by dmethvin, June 16, 2010 02:26AM UTC)
test case
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.js"></script>
<script language="javascript">
$(document).ready(function() {
alert($("#mytest").val());
});
</script>
</head>
<body>
<div>test</div>
<textarea id="mytest">
this is a test
</textarea>
</body>
</html>