Super jQuery Image Gallery with Random Animation Effects.

Image gallery is now a days is very attractive and important part of any website. JQuery image sliding effects and image galleries are very common these days. Here I have created an amazing and animated jquery image gallery which is very simple to use and implement in your web pages. I used animate() function to animate the images and another effect is on hover, which changes images from black and white to colored. I hope you will like this attractive gallery.
If you Like this Tutorial and Want to get New Tutorials news by Email, Then Subscribe Here.

Download all files to get this gallery.
JQuery Code
$(document).ready(function(){ $("img.a").hover( function() { $(this).stop().animate({"opacity": "0"}, "slow"); }, function() { $(this).stop().animate({"opacity": "1"}, "slow"); }); }); $( init ); var num =0; function init() { $('img.a').click( function() { var num = Math.floor(Math.random()*15); hideImage(num); var id = $(this).attr("id"); $('#'+id+'_caption').show(); $('#'+id+'image').animate( { bottom: '0px', width: '500px', height: '302px', opacity: 1, },300 ); } ); } function hideImage(num) { if(num%2 == 0) { $('img#1image').width(0).hide(); $('img#2image').width(0).hide(); $('img#3image').width(0).hide(); $('img#4image').width(0).hide(); $('img#5image').width(0).hide(); $('img#6image').width(0).hide(); } else { $('img#1image').height(0).hide(); $('img#2image').height(0).hide(); $('img#3image').height(0).hide(); $('img#4image').height(0).hide(); $('img#5image').height(0).hide(); $('img#6image').height(0).hide(); } $('#1_caption').hide(); $('#2_caption').hide(); $('#3_caption').hide(); $('#4_caption').hide(); $('#5_caption').hide(); $('#6_caption').hide(); }
I created this for a my friend’s blog. You can download this awesome gallery source files here.
Who I Am

Zeeshan Rasool
Software Engineer - PHP
Lahore - Pakistan
zeeshan(@)99points.info
Skype: zeeshan-rasool
gTalk: zishan.rasool85
Categories
- AJAX (37)
- Codeigniter (16)
- CSS (16)
- Facebook (11)
- Joomla (1)
- JQuery (53)
- Miscellaneous (4)
- Mootools (1)
- MySQL (6)
- PHP (60)
- SEO (2)
- Technology (6)
- Tutorials (15)
- Twitter (2)
- Web Design (23)
- Web Development (57)
- WordPress (2)
Tags
99points
adobe
AJAX
ajax pagination
ajax rating
ajax tutorial
ajax voting system
captcha
Codeigniter
codeigniter 2.0
codeigniter recaptcha
CSS
css tutorials
dreamweaver cs5
Facebook
facebox
farmville
ffmpeg
flv
google api
hacking
Joomla
JQuery
JQuery Gallery
JQuery menus
Jquery tutorial
mafia war
Mootools
MySQL
pagination
Payment
PHP
php curl
recaptcha
RSS Feed
SEO
simplepie
socail networking
ssl
Tutorials
Twitter
wall script
Web
XSS
youtube
Comments
- ZeeShaN on Facebook Wall Script Clone with JQuery and PHP: Personal Project BETA Version 2.0
- 20 + Fresh jQuery Image Gallery/Slider Plugins and Tutorials Worth a Look | free on JQuery Based Flipped Image Gallery with Bounce Effects
- 20 + Fresh jQuery Image Gallery/Slider Plugins and Tutorials Worth a Look | free on Fresh JQuery Image Gallery with Captions and Auto Play/Pause Rotation
- 25 Cool and Helpful jQuery Plugins/Tutorials For Your Next Project | free on jQuery Tutorial: Create jQuery and CSS based Awesome navigation.
- 25 Cool and Helpful jQuery Plugins/Tutorials For Your Next Project | free on Ajax Tutorial: How to Create Ajax Search Using PHP jQuery and MYSQL
ZeeShaN






thanks
All right, it really is a nice beginning however i’ll have to explore that a tad more. Will let you know exactly what more i’ve found.
hello this Stylish jQuery based Image Gallery with random Effects is available for wordpress plugins
Thanks Brett
I really like this gallery! Thanks for the great code!
[...] based flipped image gallery. On hover the images will expand. Its simple and stylish gallery. My previous jquery image gallery was appreciated and I thought to give my readers an other one. Hope you will [...]
[...] based flipped image gallery. On hover the images will expand. Its simple and stylish gallery. My previous jquery image gallery was appreciated and I thought to give my readers an other one. Hope you will [...]
hey zeeshan, any chance of adding commenting to the available demo?
its a great bro
cool cool
thanks for this stylish gallery, but just one issue we need to create 3 images of each single image. but very beautiful work thanks zeeshan