jQuery组件easyui对话框实现代码

这篇文章主要为大家详细介绍了jQuery组件easyui对话框实现代码,具有一定的参考价值,感兴趣的小伙伴们可以参考一下

本文实例为大家分享了

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Basic Dialog - jQuery EasyUI Demo</title> <link type="text/css" href="https://www.jb51.net/themes/default/easyui.css"> <link type="text/css" href="https://www.jb51.net/themes/icon.css"> <link type="text/css" href="https://www.jb51.net/demo.css"> <script type="text/javascript" src="https://www.jb51.net/jquery.min.js"></script> <script type="text/javascript" src="https://www.jb51.net/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 title="基本 Dialog" data-options="iconCls:'icon-save'"> 有活就干,干完活吃饭,吃完饭睡觉. </div> </body> </html>

效果图:

jQuery组件easyui对话框实现代码

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持脚本之家。

您可能感兴趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wzffxx.html