Line | |
---|
1 | <!DOCTYPE html>
|
---|
2 | <html>
|
---|
3 | <head>
|
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
---|
5 | <title>Untitled Document</title>
|
---|
6 | <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
|
---|
7 | <script src="http://code.jquery.com/jquery-1.10.2.js"></script>
|
---|
8 | <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
|
---|
9 | <style>
|
---|
10 | #resizable { width: 150px; height: 150px; padding: 0.5em; border: 1px solid #AAAAAA; color: #222222;}
|
---|
11 | #resizable h3 { text-align: center; margin: 0; }
|
---|
12 | </style>
|
---|
13 | <script>
|
---|
14 | $(function() {
|
---|
15 | $( "#resizable" ).resizable();
|
---|
16 | });
|
---|
17 | </script>
|
---|
18 | </head>
|
---|
19 |
|
---|
20 | <body>
|
---|
21 | <div id="resizable">
|
---|
22 |
|
---|
23 | </div>
|
---|
24 | </body>
|
---|
25 | </html>
|
---|
Note: See
TracBrowser
for help on using the repository browser.