Submit your widget
15
Yays

Opening new browser window with jQuery plugin

Views 7804   downloads 1136   Lightbox & Dialog & Overlay

newWindow is a super-simple jQuery plugin for opening new browser windows when an anchor is clicked. Code: (function ($) { $.extend($.fn, { newWindow: function (options) { var defaults = {open: function…

34
Yays

Light and responsive lightbox plugin with jQuery

Views 10982   downloads 3031   Lightbox & Dialog & Overlay

Magnific Popup is a responsive jQuery lightbox plugin that is focused on performance and providing best experience for user with any device (Zepto.js compatible). Documentation · GitHub · WordPress…

38
Yays

useful touchable jQuery lightbox plugin

Views 12729   downloads 2470   Lightbox & Dialog & Overlay

Swipebox is a jQuery "lightbox" plugin for desktop, mobile and tablet. Features Swipe gestures for mobile Keyboard Navigation for desktop CSS transitions with jQuery fallback Retina support…

94
Yays

impress lightbox effect

Views 25658   downloads 3871   Lightbox & Dialog & Overlay

It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com. Currently impress.js works fine in latest Chrome/Chromium…

120
Yays

jQuery Photo filter lightbox Gallery plugin

Views 46609   downloads 12583   Lightbox & Dialog & Overlay

we'll show you how to create a minimalistic jQuery photo gallery. You can use it to present your latest works or as a photo album. You can sort projects / photos via categories menu. The gallery is…

93
Yays

Useful JQuery Slide Popup

Views 56401   downloads 11896   Lightbox & Dialog & Overlay

In this demo we'll going to share a new way to show a pop up message. Everyone is getting bored with typical fade in fade out pop up messages. So let’s make it interesting with a pinch of jquery…

87
Yays

simple LightBox plugin with jQuery

Views 27570   downloads 7452   Lightbox & Dialog & Overlay

The jQuery uLightBox is a jQuery plugin written by Marius Stanciu - Sergiu, a quick, simple, and easy plugin to use for all of your lightbox needs. It is highly customizable, and very intuitive to use.…

82
Yays

lightview--jQuery lightbox effect

Views 22059   downloads 4760   Lightbox & Dialog & Overlay

First make sure a valid doctype is set as the very first line on the page. It's recommended to use the HTML5 doctype: <!DOCTYPE html> Include jQuery 1.4.4 or above in the header. Going with…

85
Yays

Easy jQuery Modals dialog

Views 28137   downloads 10839   Lightbox & Dialog & Overlay

Setting up Reveal modals is only three easy steps. Attach the needed files, drop in your modal markup then add an attribute to your button. Reveal is awesome because it's easy to implement, is cross-browser…

84
Yays

impressive lightbox Photo wall effect with jQuery

Views 19262   downloads 3045   Lightbox & Dialog & Overlay

jmFullWall is a jQuery plugin for the creation of an impressive portfolio. Usage /* javascript */ $("#wall").jmFullWall(); /* html */ <div id="wall-top">YOUR LOGO / MENU</div>…

97
Yays

smooth images zoom effect with jQuery

Views 26573   downloads 6034   Lightbox & Dialog & Overlay

imgZoom is a jQuery plugin that implements a smooth zoom effect on images. It uses vector graphics  to create a graceful transition between the thumbnail and the full-sized image. Plugin features:…

68
Yays

Sexy Lightbox with mootools

Views 12189   downloads 2670   Lightbox & Dialog & Overlay

Lightbox is a clone Sexy, sexier and lighter, the classic Lightbox. It was built web designers in mind, easy to install and use. This release features two versions: one white and one black. Sexy Lightbox…

95
Yays

Mootools Thumbnail lightbox Hover Effect

Views 22883   downloads 4943   Lightbox & Dialog & Overlay

Thumbnails of photos is very common part of any website. We have seen a lot of innovation and beautiful representation of thumbnails. Recently I came across a beautiful hover effect on thumbnails. Without…

93
Yays

CSS3 3D Lightbox Image Gallery Animation

Views 21437   downloads 5027   Lightbox & Dialog & Overlay

For the most part, the CSS3 tutorials and examples out there are a little dull. Of course there are some really great examples out there such as Benjamin de Cock’s CSS Playground but most others…

105
Yays

very cool and useful Lightbox JS

Views 16992   downloads 3411   Lightbox & Dialog & Overlay

Lightbox JS is very cool and useful script to display an image on the page. However only the part of the image is displayed when the image size is larger than the window size. So I've created original…