强大的jquery插件jqeuryUI做网页对话框效果!简单

2020-05-19 07:43:42易采站长站整理

<head>
<title></title>
<link href=”../css/ui-lightness/jquery-ui-1.8.11.custom.css” rel=”stylesheet” type=”text/css” />
<script src=”jquery-1.4.2.js” type=”text/javascript”></script>
<script src=”jquery-ui-1.8.11.custom.min.js” type=”text/javascript”></script>
<script type=”text/javascript”>
$(function() {
$(“#div1”).dialog();
});
</script>
</head>
<body>
<div id=”div1″>
<table>
<tr><td>用户名</td><td><input type=”text” style=”width:100px” /></td></tr>
<tr><td>密码</td><td><input type=”text” style=”width:100px” /></td></tr>
</table>
</div>
</body>
</html>

大家学习。。。有好的也告诉我哦…..