Ticket #6858: test.html
File test.html, 353 bytes (added by , 12 years ago) |
---|
Line | |
---|---|
1 | <html> |
2 | <head> |
3 | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> |
4 | <script> |
5 | $(document).ready(function(){ |
6 | $('#t1').val('It works!'); //fails |
7 | }); |
8 | </script> |
9 | </head> |
10 | <body> |
11 | <textarea id="t1" class="t2" name="t3">if you read this its not working.</textarea> |
12 | </body> |
13 | </html> |