案例:jQuery UI案例     状态:可编辑再运行    进入横版
AخA
 
1
<!doctype html>
2
<html lang="en">
3
<head>
4
  <meta charset="utf-8">
5
  <title>可选择小部件(Selectable Widget)演示</title>
6
  <link rel="stylesheet" href="/css/jqu1.10.4/jquery-ui.min.css">
7
  <style>
8
  #selectable .ui-selecting {
9
    background: #ccc;
10
  }
11
  #selectable .ui-selected {
12
    background: #999;
13
  }
14
  </style>
15
  <script src="/js/jqu/jquery.min1.10.2.js"></script>
16
  <script src="/js/jqu/jquery-ui.min1.10.4.js"></script>
17
</head>
18
<body>
19
 
20
<ul id="selectable">
21
  <li>Item 1</li>
22
  <li>Item 2</li>
23
  <li>Item 3</li>
24
  <li>Item 4</li>

 运行结果 
 北美留学生论坛