Submit your widget
16
Yays

Opening new browser window with jQuery plugin

Views 7833   downloads 1147   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 10997   downloads 3036   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 12743   downloads 2473   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 25672   downloads 3879   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 46647   downloads 12593   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 56411   downloads 11898   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 27583   downloads 7455   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 22077   downloads 4762   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 28150   downloads 10848   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 19272   downloads 3049   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 26586   downloads 6038   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 12206   downloads 2676   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…

97
Yays

Mootools Thumbnail lightbox Hover Effect

Views 22892   downloads 4946   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 21446   downloads 5031   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 17007   downloads 3415   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…