Side navigation
Ticket #6858: test.html
File test.html, 0.3 KB (added by olvi, August 02, 2010 10:02AM UTC)
Sample script
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script>
$(document).ready(function(){
$('#t1').val('It works!'); //fails
});
</script>
</head>
<body>
<textarea id="t1" class="t2" name="t3">if you read this its not working.</textarea>
</body>
</html>
Download in other formats:
Original Format
File test.html, 0.3 KB (added by olvi, August 02, 2010 10:02AM UTC)
Sample script
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script>
$(document).ready(function(){
$('#t1').val('It works!'); //fails
});
</script>
</head>
<body>
<textarea id="t1" class="t2" name="t3">if you read this its not working.</textarea>
</body>
</html>