JqueryUI学習のDialog(一)


仕事の合間に、私はjQueryを勉強しています.最も簡単なことから、最新のjQuery 1を使っています.5.1 jquery-ui-1.8.11.custom.min.jsはまたimageとCSSがあって、自分で学習の過程の知識を記録して、すべて比較的に簡単な属性で、事件、それの方法で、Dialogから始めて、その名の通り、ダイアログボックスです.プロパティの理解を開始します.
<script type="text/javascript" src="${pageContext.request.contextPath}/js/jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="${pageContext.request.contextPath}/js/jquery-ui-1.8.11.custom.min.js"></script>
<script type="text/javascript" src="${pageContext.request.contextPath}/js/jquery.ui.datepicker-zh-CN.js"></script>
<LINK href="${pageContext.request.contextPath}/css/jquery-ui-1.8.11.custom.css" type=text/css rel=stylesheet>
<script>
$("#dialog").dialog({resizable: false //      });
</script>
<body>
<div id="dialog" >  </div>
</body>

 
resizable: false //  dialog        ,   true。
draggable: false //         
modal: true //     true,                   ,   false。
stack: true //    ,   true
title: '  '  //  
height: 200 //  
width: 200 //  
//          ,            。