Good jQuery popup dialog plugins

做~自己de王妃 提交于 2019-12-13 03:55:45

问题


Do you know some good jQuery popup dialog plugins? Thanks.


回答1:


I am using FaceBox in a project I am working on right now. I like it. Does not require jQueryUI.




回答2:


I like the one built into jQuery UI built in dialog the best. Very customizable, theme integration, overload confirms and alerts.

http://docs.jquery.com/UI/Dialog.




回答3:


My personal favorite is Colorbox. It's extremely easy to use and looks great! Check out their 5 different pages of examples for a quick how-to.

It also automatically detects the size of the content being loaded so you don't have to specify a width and height.

alt text http://img502.imageshack.us/img502/4859/colorbox.png




回答4:


Fancybox looks awesome and is really versatile. Used it in a couple of projects and my clients are really happy with it.




回答5:


Here's my custom jquery dialog: https://jsfiddle.net/mm7b7t5t/ Still trying to add new features and improve it ^^

var example = new popup([{text: "Close}], "Title", "<p>Hello World</p>");
example.open();


来源:https://stackoverflow.com/questions/2481396/good-jquery-popup-dialog-plugins

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!