本文实例为大家分享了
<!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>单击打开或关闭对话框</p> <div> <a href="javascript:void(0)">打开</a> <a href="javascript:void(0)">关闭</a> </div> <div id="dlg" title="基本 Dialog" data-options="iconCls:'icon-save'"> 有活就干,干完活吃饭,吃完饭睡觉. </div> </body> </html>
效果图:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持查字典教程网。
【jQuery组件easyui对话框实现代码】相关文章:
★ jQuery插件pagewalkthrough实现引导页效果
★ jQuery插件bgStretcher.js实现全屏背景特效