Skip to main content

Bug Tracker

Side navigation

Ticket #3703: jquery_test.html


File jquery_test.html, 0.4 KB (added by davidserduke, January 08, 2009 10:21AM UTC)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
                    "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <script src="http://code.jquery.com/jquery-latest.js"></script>
  
  <script>
  $(document).ready(function(){
    $("<img/>").attr("src", "http://www.google.com/intl/en_ALL/images/logo.gif").appendTo("body");
  });
  </script>
</head>
<body>
</body>
</html>

Download in other formats:

Original Format