admin管理员组文章数量:1344322
I have seen for some time popups without window and it looks like a custom made png file as popup. many times there is a big close cross in the upper right corner.
Can someone tell me please how this is called and in what kind of code this is made?
I have seen for some time popups without window and it looks like a custom made png file as popup. many times there is a big close cross in the upper right corner.
Can someone tell me please how this is called and in what kind of code this is made?
Share Improve this question edited Dec 10, 2009 at 21:26 Justin Johnson 31.3k7 gold badges66 silver badges89 bronze badges asked Dec 10, 2009 at 21:18 ChrisChris 1,9396 gold badges35 silver badges60 bronze badges7 Answers
Reset to default 6There are many ways to implement a pop over in JavaScript and most libraries now have built in support for such things, or have added support through plugins and mini-frameworks (lightbox). Here are just a few by their respective libraries, of which, jQuery and Prototype have the best out-of-the-box support and features.
jQuery
- $.dialog (jQuery UI, generic dialog)
- prettyPhoto (plugin, handles images, flash, youtube, Quicktime, external sites)
- jquery lightbox (plugin, handles images only)
- thickbox (plugin, lightbox alternative, handles images, frames, inline/ajax content)
Prototype/Scriptaculous
- lightview (mini-framework, handles Image, Flash, Quicktime, Ajax & Forms, Anti-aliasing, Iframe, Inline content)
- lightwindow (mini-framework, handles too many to list)
- lightbox 2 (mini-framework, handles images only)
Dojo
- dijit.Dialog (dijit built-in, generic dialog)
ExtJs
- MessageBox (built-in, generic dialogs)
- Ext.ux.DataView.LightBox (plugin, adhoc, alpha)
YUI
- YAHOO.widget.Dialog (built-in, generic)
Here's another list with more/different plugins.
You're almost certainly looking at some form of Lightbox. This page has an extensive list of implementations.
It's usually an html div that is popped up through Javascript, usually through plugins for a Javascript framework such as jQuery. Here's a tutorial of using one of the plugins.
These are most easily created by javascript library plug-ins.
Prototype has LightBox
jQuery used to have ThickBox, but it is no longer maintained. Searching now for alternatives (the old page for ThickBox has several newer options)...
I don't know if people still call them DHTML pop-ups. Anyway, code for this kind of pop-up nowadays is usually very simple. The one I prefer is jQuery Tools. Here: http://flowplayer/tools/demos/overlay/apple.html
There's no built-in support, they're implemented using pure html, css, and javascript. The easiest way to do this is to use an existing javascript library like the jquery (see jquery's dialog box) or another solution to create javascript, like GWT (see Google Web Toolkit Dialog Box)
I've typically heard them called modal dialogs.
There's a jquery library called simplemodal. It's very easy to use.
本文标签: javascriptmodern windowless popupsStack Overflow
版权声明:本文标题:javascript - modern windowless popups - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743780498a2537739.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论