Ticket #3703: jquery_test.html
File jquery_test.html, 415 bytes (added by , 13 years ago) |
---|
Line | |
---|---|
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
2 | "http://www.w3.org/TR/html4/loose.dtd"> |
3 | <html> |
4 | <head> |
5 | <script src="http://code.jquery.com/jquery-latest.js"></script> |
6 | |
7 | <script> |
8 | $(document).ready(function(){ |
9 | $("<img/>").attr("src", "http://www.google.com/intl/en_ALL/images/logo.gif").appendTo("body"); |
10 | }); |
11 | </script> |
12 | </head> |
13 | <body> |
14 | </body> |
15 | </html> |
16 |