Submit your widget
10
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…

31
Yays

Light and responsive lightbox plugin with jQuery

Views 10387   downloads 2799   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…

32
Yays

useful touchable jQuery lightbox plugin

Views 12351   downloads 2298   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…

93
Yays

impress lightbox effect

Views 25242   downloads 3697   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…

110
Yays

jQuery Photo filter lightbox Gallery plugin

Views 45462   downloads 12296   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…

89
Yays

Useful JQuery Slide Popup

Views 55875   downloads 11726   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…

84
Yays

simple LightBox plugin with jQuery

Views 27170   downloads 7286   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.…

78
Yays

lightview--jQuery lightbox effect

Views 21460   downloads 4533   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…

81
Yays

Easy jQuery Modals dialog

Views 27708   downloads 10654   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…

81
Yays

impressive lightbox Photo wall effect with jQuery

Views 18912   downloads 2869   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>…

92
Yays

smooth images zoom effect with jQuery

Views 26131   downloads 5859   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:…

61
Yays

Sexy Lightbox with mootools

Views 11870   downloads 2508   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…

91
Yays

Mootools Thumbnail lightbox Hover Effect

Views 22496   downloads 4771   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 20940   downloads 4861   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…

98
Yays

very cool and useful Lightbox JS

Views 16597   downloads 3252   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…