Skip to main content

Search and Top Navigation

Ticket #2520: test-ui2520.html


File test-ui2520.html, 0.4 KB (added by dmethvin, January 17, 2009 04:45AM UTC)
<!DOCTYPE html>
<html>
<head>
<script src="jquery-1.3.js"></script>
<script src="jquery.ui.all.js"></script>
<script>
  $(document).ready(function() {
    $("#aaa").resizable().draggable();
  });
</script>

<style>
  #aaa {
    width: 100px;
    height: 100px;
    background-color: lightblue;
    border: 1px solid black;
  }
</style>


</head>
<body>

<div id="aaa">bbb</a>  

</body>
</html>

Download in other formats:

Original Format