jquery dialog 弹窗问题

2025-02-22 09:14:33
推荐回答(1个)
回答1:




jquery ui弹出div层对话框--柯乐义









原文 无动画 动画
redmond
sunny

点击按钮弹出对话框


This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.


柯乐义:这是一个弹出div层对话框,可用于显示信息。可以拖动和关闭这个弹出层,还可以改变它的大小。






复制代码

还有多种样式可供选择,例如eggplant或者vader等。只需将上面代码中的smoothness换掉就eggplant、sunny、redmond或者vader可以了。例如vader:http://keleyi.com/keleyi/phtml/jui/dialog/2.htm
sunny:http://keleyi.com/keleyi/phtml/jui/dialog/4.htm

jquery ui的dialog方法,有着很强大的功能,比如把上面代码中的keleyidialog函数换成以下代码则有不同效果:http://keleyi.com/keleyi/phtml/jui/dialog/1.htm

代码:

View Code keleyi.com