PopupWindow in jQuery

情到浓时终转凉″ 提交于 2019-12-22 08:55:29

问题


I am in need of a popupwindow with the option of a radio button. I have tested with Impromtu. Is any easy made Popupwindow plugin available?

My plugin should work in Internet Explorer, Mozilla and Google Chrome. What would some sample code be?


回答1:


jqModal is great and easy-to-use for building Modal Popups and the like.

If you want a tutorial on how to build one yourself without jQuery, check out this tutorial.




回答2:


Check out Thickbox! You can use a div or so on your page as content (see inline content demo).




回答3:


Here's a list of lightbox like plugins depending on your need:

http://www.fortysomething.ca/mt/etc/archives/006978.php




回答4:


If you're not absolutely bent on using jQuery, there is another library available that uses the Prototype library that is rather handy. The popup windows are very easy to implement, and the modal dialog boxes are even easier.

On a side note, I have used thickbox before and was rather impressed, but the URL parsing structure that it uses were kind of limiting me for what I needed to do (I was using a ComponentArt object that didn't use anchors).

Anyway, definitely check out this tool. It's probably more than you need, but who knows maybe you'll get inspired to find other uses for it. It's a pretty fun tool: http://prototype-window.xilinus.com/documentation.html




回答5:


FaceBox is another option to check out.



来源:https://stackoverflow.com/questions/392698/popupwindow-in-jquery

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