Skip to main content

Bug Tracker

Side navigation

Ticket #6432: test.html


File test.html, 0.3 KB (added by simon.brent, May 10, 2010 01:25PM UTC)
<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
</head>
<body>
  <form></form>
  <script>
    $("<input>",{
        type: "checkbox", checked: true, value: "Test"
    }).appendTo("form");
  </script>
</body>
</html>

Download in other formats:

Original Format