Ticket #6814: test-6814.html
File test-6814.html, 353 bytes (added by , 12 years ago) |
---|
Line | |
---|---|
1 | <!DOCTYPE html> |
2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
3 | <head> |
4 | <title></title> |
5 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js" type="text/javascript"></script> |
6 | <script type="text/javascript"> |
7 | $(function(){ |
8 | |
9 | $('body').append('test'); |
10 | |
11 | |
12 | }); |
13 | </script> |
14 | </head> |
15 | <body> |
16 | |
17 | |
18 | <div id="test">test</div> |
19 | |
20 | |
21 | </body> |
22 | </html> |