Thursday, July 30, 2009

jQuery Lightbox-Clones Plugin

1.jQuery FancyZoom


$(document).ready(function() {
$('a.zoom').fancyZoom();
});


here is a Zoom Effect plugin , this will shows the Content realted with the id Refrence and

the href of the mention tag.

DEMO

DOWNLOAD Here


2.FancyBox

FancyBox is one of the Great among Lightbox clones. its also very easy and smooth in

animation. there are some cool animation Effects:
- you can easity cutomize it
- you can also group realted item

here is sample code to do so.

$(document).ready(function() {
$("p#Ver1 a").fancybox();
$("p#Ver2 a").fancybox({ 'hideOnContentClick': true });
$("p#Ver3 a").fancybox({
'overlayShow': true,
'zoomSpeedIn': 0,
'zoomSpeedOut': 0

});
});


DEMO

DOWNLOAD Here


3. Pirobox
this is also cool and with more features.
but before that download the below dependancies

1. css_pirobox/pirobox.css
2. pirobox_packed.js
3. js/jquery1.2.6.js

DEMO
DOWNLOAD Here


4.ThickBox

thickBox is a UI dialog widget which is written in a Javascript , with cool feature in that you can show single image, multiple image, inline image and so on other feature

Feature : -
1 - Thinkbox was build with LightWeight Jquery Library
2 - Hide form elements in IE 6
3 - You can easily resize also.

DEMO
DOWNLOAD Here


5.NyroModal

Feature : -

1 - Ajax call
2 - Form
3 - Iframe
4 - Manual call
5 - Error Handling
6 - Esc key to exit

DEMO
DOWNLOAD Here


hope u like this collection , if u found out more then plz reply here or feel free to drop an comments

2 comments:

  1. Don´t forget jQuery Hotbox…

    http://ferdychristant.com/blog/archive/DOMM-7PDM4T

    ReplyDelete
  2. very useful, nice collections

    ReplyDelete