Resizable Panel

 

HTML

 1 <!doctype html>
 2 <html>
 3     <head>
 4         <title>Resizable Panel</title>
 5         <meta charset="utf-8">
 6         <link type="text/css" rel="stylesheet" href="css/style.css">
 7     </head>
 8     <body>
 9         <div id="ui-resizable" class="ui-resizable">
10             <div id="title" class="title">resizable面板</div>
11         </div>
12     <script type="text/javascript" src="js/script.js"></script>
13     </body>
14 </html>
View Code

相关文章:

  • 2021-12-09
  • 2022-12-23
  • 2022-01-09
  • 2022-02-02
  • 2021-10-10
  • 2022-12-23
猜你喜欢
  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2022-01-12
相关资源
相似解决方案