实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
AخA
 
1
<!doctype html>
2
<html lang="en">
3
<head>
4
  <meta charset="utf-8">
5
  <title>jQuery UI 放置(Droppable) - 简单的照片管理器</title>
6
  <link rel="stylesheet" href="//apps.bdimg.com/libs/jqueryui/1.10.4/css/jquery-ui.min.css">
7
  <script src="//apps.bdimg.com/libs/jquery/1.10.2/jquery.min.js"></script>
8
  <script src="//apps.bdimg.com/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
9
  <link rel="stylesheet" href="jqueryui/style.css">
10
  <style>
11
  #gallery { float: left; width: 65%; min-height: 12em; }
12
  .gallery.custom-state-active { background: #eee; }
13
  .gallery li { float: left; width: 96px; padding: 0.4em; margin: 0 0.4em 0.4em 0; text-align: center; }
14
  .gallery li h5 { margin: 0 0 0.4em; cursor: move; }
15
  .gallery li a { float: right; }
16
  .gallery li a.ui-icon-zoomin { float: left; }
17
  .gallery li img { width: 100%; cursor: move; }
18
 
19
  #trash { float: right; width: 32%; min-height: 18em; padding: 1%; }
20
  #trash h4 { line-height: 16px; margin: 0 0 0.4em; }
21
  #trash h4 .ui-icon { float: left; }
22
  #trash .gallery h5 { display: none; }