亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

jQuery組件easyui對話框?qū)崿F(xiàn)代碼

 更新時(shí)間:2016年08月25日 11:31:31   投稿:lijiao  
這篇文章主要為大家詳細(xì)介紹了jQuery組件easyui對話框?qū)崿F(xiàn)代碼,具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下

本文實(shí)例為大家分享了

<!DOCTYPE html>
<html>
<head>
 <meta charset="UTF-8">
 <title>Basic Dialog - jQuery EasyUI Demo</title>
 <link rel="stylesheet" type="text/css" href="../themes/default/easyui.css">
 <link rel="stylesheet" type="text/css" href="../themes/icon.css">
 <link rel="stylesheet" type="text/css" href="demo.css">
 <script type="text/javascript" src="../jquery.min.js"></script>
 <script type="text/javascript" src="../jquery.easyui.min.js"></script>
</head>
<body>
 <h2>基本對話框</h2>
 <p>單擊打開或關(guān)閉對話框</p>
 <div style="margin:20px 0;">
 <a href="javascript:void(0)" class="easyui-linkbutton" onclick="$('#dlg').dialog('open')">打開</a>
 <a href="javascript:void(0)" class="easyui-linkbutton" onclick="$('#dlg').dialog('close')">關(guān)閉</a>
 </div>
 <div id="dlg" class="easyui-dialog" title="基本 Dialog" data-options="iconCls:'icon-save'" style="width:400px;height:200px;padding:10px">
 有活就干,干完活吃飯,吃完飯睡覺.
 </div>
</body>
</html>

效果圖:

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

相關(guān)文章

最新評論