Submit your widget
7
Yays

Opening new browser window with jQuery plugin

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…

30
Yays

Light and responsive lightbox plugin with jQuery

Views 10275   downloads 2761   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…

31
Yays

useful touchable jQuery lightbox plugin

Views 12267   downloads 2264   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…

92
Yays

impress lightbox effect

Views 25150   downloads 3662   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…

109
Yays

jQuery Photo filter lightbox Gallery plugin

Views 45280   downloads 12248   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…

88
Yays

Useful JQuery Slide Popup

Views 55718   downloads 11691   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…

83
Yays

simple LightBox plugin with jQuery

Views 27073   downloads 7258   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.…

77
Yays

lightview--jQuery lightbox effect

Views 21335   downloads 4499   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…

80
Yays

Easy jQuery Modals dialog

Views 27587   downloads 10609   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…

80
Yays

impressive lightbox Photo wall effect with jQuery

Views 18819   downloads 2836   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>…

91
Yays

smooth images zoom effect with jQuery

Views 26035   downloads 5826   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:…

60
Yays

Sexy Lightbox with mootools

Views 11798   downloads 2475   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…

89
Yays

Mootools Thumbnail lightbox Hover Effect

Views 22401   downloads 4742   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…

90
Yays

CSS3 3D Lightbox Image Gallery Animation

Views 20847   downloads 4833   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…

97
Yays

very cool and useful Lightbox JS

Views 16510   downloads 3219   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…