实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
AخA
 
1
<!doctype html>
2
<html lang="en">
3
<head>
4
  <meta charset="utf-8">
5
  <title>jQuery UI 对话框(Dialog) - 模态表单</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
    body { font-size: 62.5%; }
12
    label, input { display:block; }
13
    input.text { margin-bottom:12px; width:95%; padding: .4em; }
14
    fieldset { padding:0; border:0; margin-top:25px; }
15
    h1 { font-size: 1.2em; margin: .6em 0; }
16
    div#users-contain { width: 350px; margin: 20px 0; }
17
    div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
18
    div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
19
    .ui-dialog .ui-state-error { padding: .3em; }
20
    .validateTips { border: 1px solid transparent; padding: 0.3em; }
21
  </style>
22
  <script>