<div id="w" class="easyui-window" title="登录" data-options="modal:true,closed:false,iconCls:'icon-laugh',shadow:false,draggable:false" style="width:500px;height:200px;padding:10px;">
用户:<input id="name" type="text" />
密码:<input id="Password1" type="password" />
<a id="btn" href="#" class="easyui-linkbutton" data-options="iconCls:'icon-search',plain:true">登录</a>
<input id="Button1" type="button" value="button" />
<label id="show" style=" color:Red;"></label>
</div>
<script type="text/javascript">
$(document).ready(function () {
// 在这里写你的代码...
//$('#btn').linkbutton('enable');
//$('#btn').linkbutton('disable');
$('#w').window({resizable:false});
});
function Reflesh() {
$('#w').window('refresh', './user/Reflesh');
}
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步