- Fade in
- Fly in
- Fly out
- Flip in
- Flip out
- Scroll in
- Scroll out
- Single Door
- Double Door
Updates
My latest articles 8 guides to apply jQuery and ImageSwitch in web design could give you a quick overview of what ImageSwitch could do and how to use it.
What it does
The main point of this plug-in is to make an easy-to-use, simple and fast plug-in to create effect when you switch between images. Minimize the arguments you need to input and still give some decent effects.
Why using this
With jQuery, it’s so easy to create simple effect such as fade in, move object around… unfortunately when you need to create an effect for image switching, it will require a bit more to create an attractive effect. That isn’t difficult but it isn’t simple and sometimes it’s kind of mess your code up as you need to manage more codes.
Developer friendly
All the code is commented to explain itself. The reason is so everyone could read and understand the code edit it to suitable with the situation you want. Sometime you only need just 1 single effect not the whole plug-ins so you could change it to optimize for you situation.
Other jQuery articles
-
How easy to create a slide tabbed box using jQuery
-
Make all external link open in new window
-
Give visitors the best design possible
-
Target visitors and intergrate scroll Dzone Widget to your website
Get latest updates
You could follow me on Twitter: Twitter HieuUK
Or get the latest updates of my blogs by: RSS and Email
Spread the word
To help ImageSwitch grow, please vote to spread the word arround ^_^

Hi. Am trying to use images switch in the header.php file on my wordpress site. Trouble is cannot get it to work….any ideas why???? The initial image is shown on screen (slash1.jpg) but none of the effects are running. Could you please advise
Hi, I think I know your problem. Your header should be like this if I’m not wrong
It should be:
The reason is, WordPress integrate an jQuery version as well, so it overwrites the jQuery object declare before – which is the one have the ImageSwitch plugin. So with this declare we will overwrite the jQuery of WordPress instead. You could also leave the line:
However, make sure you update the wordpress jQuery script as it’s out of date. (It should be version 2.1.6, the latest one is 3.x.x).
I love this plugin and can immediately think of a great use for it on a high profile website. My only concern is accessibility and that, should javascript be disabled, all content is rendered. Would it be possible to show an example of this, using the example above and and perhaps the overflow property?
Hi, with some javascript, you could avoid that problem easily. Unfortunately I’m at work right now so I can’t give you an example code. I will put it in here ASAP. Thank for you comment
Thanks I’d really appreciate it when you have time
Hi, I hope this article could answer your question: Accessibility with javascript. If you still don’t satisfy with this answer, just pop in another comment, I will try to resolve it
.
he he, ca’i tag 3d cua anh hay th’e
FYI – the flip out -effect fails on Win Opera 9.64 (the content jumps down to the right some distance outside the box).
Casimir
@Casimir: Thank to notice, I didn’t check it carefully in Opera. Will try to fix it in the next version. Thanks
very likeable! RESPECT!
I am running in to an issue in IE7 (havent even gotten around to IE6 yet).
For some reason, whenever the script fires, it will offset the image fading in, even if I set all the offsets to zero.
http://i4.photobucket.com/albums/y143/dgqfan/fade-problem.jpg
I really hope that I am just doing something stupid to cause this problem.
Hi Evan,
Not really sure the problem as I haven’t got that before. Could you send me the HTML and the script, please? I will try to fix it ASAP.
thanks for this awesome tool
Neat effects. I was just about to complain about a flicker- but then I realized I had cache disabled in my web dev toolbar hahaha.
The effects look great even though I am a Dojo lover <3 But occasionally I find myself using jQuery so I may have need for this script one day
I hear quite a few people complain about the performance as well but mainly in Netbook. I don’t have one so I couldn’t test it but in most of computer I tested, I don’t get any problem. I think it’s good to use this plugin, just don’t use that too much as it could effect visitors’ browser speed.
Cool JQuery plugins. Nice for photo display and portfolio.
Wonderful script..loved it at looking it once
Hi!
It works perfect here, but I have one question:
Is it possible to fade div content instead of pictures?
Thanks alot for this script!!!
Martin
heartandsoulhale.co.uk/site
Hi, i am having problems getting the script to work. It works fine on my computer and looks great but when I upload it the effects no longer work. My site is heartandsoulhale.co.uk/site so you can view my code their. I am puzzled – works perfectly on my PC but not once uploaded.
Hope someone can help?
Thanks!!
@Martin
Hi, there are a few problem with the div that’s why I only make it work for image for now. You could do that by change the script of the library.
@Duran Ross
Hi, checked your website. Your jQuery.js library is not in that folder. So it can’t load the jquery -> can’t run the script
Sorted – thank you so much. I had the file uploaded as jquery.js not jQuery.js and that seems to make a difference when you put it on the server.
Thanks
Never thought that would make any different! Anyways, good if it’s work
Is there a way to make this do autoplay?
Hi Matt, yeap, there is a way. Check this out:
http://www.hieu.co.uk/blog/index.php/2009/03/21/8-guides-to-apply-jquery-and-imageswitch-in-web-design/#SequenceEffect
Welcome to visit my art blog! I like sharing my SDFE art to give to everybody just like you!
Hello. Awesome work. Is there a way to link with text instead of images. Say I had a set of ten images, and I wanted the links to be 1 2 3 4 5 6 7 8 9 10, instead of images? Thanks!
Hi,
Thanks for the awesome plugin!
I found that on mozilla firefox, when using small images (say 16×16 icon), a nasty black border appears during transition. In Google Chrome there’s no such problem.
I fixed it by adding border=’0′ on every tag in your script.
Hi,
Thanks for the great plug-in.
I have a problem with the Scroll in and Scroll out effects when using IE8. This problem can be seen with the examples on your page above. When the cache has been cleared, the first time the effect is played, the new image does not scroll in or scroll out – it just switches in at the end of the transition. After the effect has been played for each image, then replaying the effect works as expected. Do you have any ideas why this is happening, and if so is a fix planned?
Many thanks.
Hi,
Major thanks for a fantastically useful plugin.
I’m having problems with using ImagePreload() — it works fine in Safari, but in Firefox there’s a weird bug. If I empty the cache and load the page (with a function to preload all the images for a gallery), I get jumpy transitions, exactly like what happens when the second image for a transition isn’t preloaded; but when I reload the page, even if I don’t trigger any transitions or cause any images to load, it all works perfectly. It’s like it does preload the images, but for some reason I have to reload the page for it to work. Any ideas for how to troubleshoot this?
Cheers…
…sorry, should have mentioned that this is Firefox 3.5.2 for the Mac.
I actually see the same problem when viewing your slideshow example in Firefox; the preloaded images don’t work until page reload. The transition I see after clearing the cache and loading the page (on my page and on your example) goes like this:
1) image 1 disappears
2) image 1 fades back in
3) image 2 suddenly appears
Thanks so much for your help. I can send you a link for my example page via email if you like.
These are such nice effects, I have been using something similar on any gallery pages I made but this is a far more elegant solution!
Thanks
Nice looking plugin, but it plays havoc in Firefox 3.5.2. On about half of these demos, the whole page refreshes (flashes?) at the end of the slider animation.
If you could fix this, it would be a great plugin to have.
Very nice. Hay qua. Where do you work?
a great respect for the labor archives.
Great plugin.
I wanted a plugin that would rotate images in a website header, but this plugin does so much more.
Problem is… I have to decide which effect to use.
Thanks.
This is a great easy to use plugin, love it…
Not sure if this is the right place to ask, but I need some help with ImageSwitch.
I created a ul and dynamically fill it with images from a folder. 7 of these images are shown, the rest is hidden (display: none). Next, the middle image has opacity: 1, the rest opacity: 0.1.
Using some jQuery scripting I rotate the images and use you ImageSwitch to create a continuous looping slideshow.
The problem I am having is: while the images are scrolled-in, all of them get opacity: 1 and afterwards they revert to their correct value. What I want is for all the images to retain their opacity. I tried changing the opacity values in ImageSwitch.js, but can’t find a solution.
Hi Excellent Tool for the slideshow using the jquery. I used it on my projects. and work excellent..
Excellent….i am going to use this one to my my new project
http://revelomax.blogspot.com/
OMG…I copied the code and uploaded jQuery.js and the Groject.ImageSwitch.102.yui.js files. I changed absolutely nothing in any of the files, yet it still does not work.
http://www.gralmy.com/enyo/b.html is the link.
HELP!
Hi Greg, when i go into your link it’s return an 404 error
good script but there is something wrong in FF 3.5; effects are not smooth and page is trying to refresh itself, when some demo links are clicked.
Thank to u a lot, i miss u even one hour leaving. I’m promise coming back soon,. I just click your blog, it very nice and so much info to me, thanks again.
Dear Hieu,
Please check your code a gain. This image switch do not run on IE7,8.
It alarm “un-identity string or integer”.
Thanks so much for your effect. Best regard
Hi, the problem is from one of the wordpress plugin, I’m trying to fix it now. Thank you to tell me.
Dear Hieu,
I need some help please. I think because I am running an easy slider and your SlideShow at the same time they don’t seem to work together, or I am doing something wrong. Could you please help me?
http://www.conniegroeneveld.com/cd/portfolio.html
(pboth the web page and the print page)
Thanks, Connie
Hi, I saw your problem. I’m looking into it. I know why it’s doing like that, it’s not because you use both together but because you have multiple DOM with the same ID mainImage. Anyways, I will take a look more carefully and give you the solution soon.
Hi Hieu, how to set imageSwitch play Automatically?
You could find it here: http://www.hieu.co.uk/blog/index.php/2009/03/21/8-guides-to-apply-jquery-and-imageswitch-in-web-design/
sweet! now how would I do it say, if i wanted to link each image ? would i do a UL? or…? other than that part, this is thee coolest
Thank you…
I new in jquery, but it is more easy using this library
Thank you…
I’m new in jquery, but it is more easy using this library
It seems that this plugin doesn’t work well in jQuery 1.4……
I can’t get this script to function properly over an http connection. Its working great in all browsers running locally on my system, but when I try this in an hosted environment, it doesn’t work anywhere, and the ImagePreloader function is failing, with the error message for “Object doesn’t support this property or method.” I’m not doing anything custom with teh script, and how its working locally while it fails from an http host is presently making me crazy. Can you provide some insight regarding this issue?
Great scripts!
Nevermind – after testing out all the DTD statements for xhtml I finally found the one that works.
Now, getting this script to work non-incrementally is another story.
)
I have just finished a dreamweaver, flash, fireworks & html course.
I am building a website and have used your double door feature and I have to say it looks really well – will post the url when I have it finished.
One question for you!
I have a colour in the background of the website it comes up white when I use the dd feature. Is there anyway that I can change this colour so as the background colour appears as opposed to white?
Thanks a mill
I think there is a bug with jquery 1.4.2. It seems that the $.data() method changed its behaviour.
In line ~446
EffectID = $.data(Obj);
gets an empty object instead of an ID. Does somebody know how to fix this? A little hint would be great.
Thanks, Koblaid
HI love the script !
but two things..
is there away to have more than one image that can change on rollover? not all together tho and only two images each?
any help on this would be great thanks
Awesome effect but you lost me…dangit.
Nice jQuwery plugin…
Greetings from de
Awesome script but broken with Jquery 1.4.2 Fix anytime soon?
I like this feature! However, there are two typing errors (lowercase instead of uppercase) towards the end of the code:
if (!Args.EffectOriginal) {
$(".GrpEffectDiv")
.css("background","#FFF url("+args.newimage+") no-repeat "+-StartLeft/2+"px "+-StartTop/2+"px");
$(".GrpEffectDiv1")
.css("background","#FFF url("+args.newimage+") no-repeat "+StartLeft/2+"px "+StartTop/2+"px")
}
“args” should be “Args”, if I’m not mistaken. Safari throws me an error when trying the Double Door effect.
Cheers
is this IE 6 compatible?
very good,I like this.thanks.
Am I the only 1 who has trouble getting this to work with the newest JQuery version?
The effects looks really nice so any help getting it to work would be nice.
I Figured out that if I use the switch code in the source of this site it works with JQuery 1.4.2
Jacob, do you have a working solution somewhere where I can grab it? I tried all day to grab code from this place but I can not make it work with jQuery 1.4.2.
Or could you perhaps explain in more detail what you did here?
There are numerous example pages, the downloads and this page and perhaps even more. I’ve tried downloading from all sources but can not make it happen no matter what.
FlyIn and FlyOut doesn’t work anymore or it’s me??
i think i have a problem that i can’t use it in my website….. could you help me? thanks
Try with this modified version.
http://www.iottie.com/Scripts/Groject.ImageSwitch.js
I am using this nice js with FlyIn after simply fixing the error and adding one more line below to FlyIn function.
$(EffectImageId).css(“width”, Obj.css(‘width’));
It works well with jquery 1.4.2 to me.
Veri Nice! THX from Sarajevo!
good code thanks
Very Cool! Thx from Sarajevo!
When the effect is triggered in FF 3.6 the page flickers for a second.
Very very usefull…….. thank you very much…..
Veri Nice, I like this
Here is an interesting article which contains 8 Best and Useful Scripts Slideshow with jQuery :
http://depotwebdesigner.com/scripts/8-best-and-useful-scripts-slideshow-with-jquery.html
Great Effects, Thanks for this – Very useful.
wow, Great. You are awesome.
very good efects
Looks great, except the Double Door effect doesn’t seem to work in FF 3.6 on Win7 64bit
Cool. Thanks, but if you click fast, it crashs. Latest version of chrom.
Thanks for this small but pretty script !
“Double Door” effect doesn’t work on my mac FF3.6
The double door effect isn’t working for me.
Other than that though, I do like your plug-in!
It really shows you how flash on the internet and within website designs is slowly fading away!
Nice script.
But i have one problem, the image and affect works only once. (if i click the same link for the second time nothing happend.)
hier is my code:
$(“#imgHeaders”).ImageStop(true,true);
$(“#imgHeaders”).ImageSwitch({Type:”FadeIn”,
NewImage:”uploads/headers/”+first+”.png”,EffectOriginal: false,
speed: 4000 });
some error show in plugin
Can u provide me the html and css
doesn’t work for jquery 1.4.3.. Any fix?
I think it looks great. one of the best i’ve seen, but I would like manual controls on it. Back, Next & Pause
hi..
i try to use your imageswitch to my task..
it’s the simple code..
$(“.thumb-top,.thumb-bottom”).click(function(){
//var newpath = $(this).attr(“src”);
$(“.img_main”).ImageSwitch({
Type: $(this).attr(“rel”),
NewImage: $(this).attr(“src”), speed: 4000
});
});
but after I run it .. there is an error in firebug
” $(“.img_main”).ImageSwitch is not a function ”
I have inserted the code I Groject.ImageSwitch.102.yui.js..
what happens with this error. Can you explain why this error occur? please help me..
how can i make sure that a certain link only opens a certain image, no matter how many times you click the link?
We really love this site. Iwish we could come here everyday\all day.
good post ,thanks! This article was Very helpful. i like your website,I am fond of reading online punjabi news.
sds
great work! I like it very much, I wish you will preserve updating your content materials regularly when you possess just one edicated reader here.
wish you can possess a glance at my site.
Do you allow users to download the tag crowd animated ball?
i like all in this site
Is possible to set grab the variable NewImage from an anchor?
Like:
The combination of amphetamine salts in Adderall for example are much more effective at promoting focus and with less dopamine issues it’s easier to control than meth.
I will still choose a controlled and tested amphetamine over street ones any day.
His career is over very soon if not already!! Any team that signs him should sign him on a per TD Basis
good permanent starter full season right now where it originate back starter
then vick back to bench unless
Yap, it works great.
but swapping between resized images is ugly.
How can I fix it?
Very good indeed,but i would appreciate if you can update your blog quite often
Hola: Increible lo que se puede hacer con Images Switch…mi pregunta es si se puede aplicar a divs en vez de a imágenes…
A pesar de pasar los 60s no dejo de maravillarme con lo que se puede hacer en una web y deseo aprender todo lo relacionado con jqyuery. Estoy tratando de aprender javascript para poder comprender todo y tener una base para aplicarlo de la forma correcta.
Si alguien desea tener un alumno sexagenario que entiende solo algo de ingles, lo agradeceré. NUNCA ES TARDE PARA APRENDER… soy absolutamente autodidacta y envío mis saludos desde Chile.
Could you change the code so that when you hover over some text the image swaps?
of simple sense and streamline modelling design, every little detail revealed vogue woman nobility and sex appeal.
But the new Zagreb, absolute talents than any more “beauties” a beauties, because she has the pure royal descent, is really the descendants of royal families, she is Thailand princess Sirivannavari Nariratana!
incredible word play sir
Amazing website! Your style is so contemporary in comparison with many other writers. Thank you for writing when you have the opportunity to, I will be sure to save your website!
hello boys & girls
thank you for this helpfull plugin. i like it !
Jacob, do you have a working solution somewhere where I can grab it? I tried all day to grab code from this place but I can not make it work with jQuery 1.4.2.
Or could you perhaps explain in more detail what you did here?
There are numerous example pages, the downloads and this page and perhaps even more. I’ve tried downloading from all sources but can not make it happen no matter what.
I am hoping the same best work from you in the future as well. In fact your creative writing abilities has inspired me to start my own Blog
Can someone confirm it will work with latest JQuery please? I have few more plugins on site, so I don’t want to degrade JQuery for this (even it is tempting)
jQuery is a quite simple and nice plug in for the wordpress. Actually, I am using this kind of plug in in one of my photo blog.
The post was helpful, though there are some points that is not detailed. Is there any post regarding information that we can check?
Love this plugin! jQuery rules!
When a user prints the page, only the image currently present on the screen prints. Is there a way to make it so that when the page is printed both images show up?
i.e stacked vertically
Hey i really like this effects but i can’t figure out how to use it in wordpress.
Please any help would be gladly appreciated.
I have a website created in WordPress as well and I want to integrate this plugin to it also. Do you have a continuation or another document regarding this topic that we can refer?
@Water Lip: the theory should be the same as normal website, so I didn’t read anything specific for wordpress. Sorry.
@Aceblack10: You can display all of them and using JS to hide it. The imageswitch replace the src attribution, so it wouldn’t work that way. You can also try my tabSwitch, it may be better for your purpose:
http://www.hieu.co.uk/blog/index.php/tabswitch/
This is the type of plug-in that I’ve been seeking before. Thank you for sharing this to us.
There is error with double door.
I am glad that I’ve found this post. Actually, I have a trouble with my site when I am changing my plug-in to this jQuery. And for now my site has fix when I read all your guides that you provide here.
Thank you for the update. Actually, this is the reason why I change my old tool to this kind of plug-in for my website.
Great poost, thank you
I am glad that I’ve found this post
There’s a problem when the tag is inside a container with a “text-align” attribute set to “center” ou to “right” with the scroll effect.
This can be a result of the use of “position: relative” in your code when the scroll effect is used.
There’s a problem after a 237 run test of your code on Google Chrome 12.0 =S
Another problem when I used a position based on % in my tag.
Think I gonna developp my own one, but still great job !
Useful information, Thank you for posting.
nice website…i like the shoes from www. sneakerdonna.com
good idea, nice http://www.jewelrystores.cc
Hi Nice effects looks great..
Can anybody tell me how to auto run this?
office shoe shop
the watch online
wallets purses shop.
Excellent advice man! Just what is was looking for. Keep it up.
Hi. First of all thanks for this nice and easy-to-use plugin.
I got some little problem when trying to set the effect singleDoor so the image direction goes appearing from top to the bottom, as in this same page. By default I can see that this plugin apply the effect from left to right.
Could you help me please?
I have a simple js algorithm so images can be displayed automatically:
var i=0;
var images = Array(“img/trayectoria/trayectoria-2006-1.jpg”,”img/trayectoria/trayectoria-2006-2.jpg”,”img/trayectoria/trayectoria-2009.jpg”,”img/trayectoria/trayectoria-2011.jpg”);
setInterval(function() {
// Do something every N seconds
$(“#slideImg”).ImageSwitch({Type: “SingleDoor”,NewImage:images[i]});
i++;
if(i==images.length) i=0;
}, 3000);
I try to use the paremeter Direction as this:
$(“#slideImg”).ImageSwitch({Type: “SingleDoor”,NewImage:images[i]}, Direction:”TopBottom”);
but does not work, How can I implement SingleDoor effect as in this demo page? thanks a lot and sorry for my bad English.
Ohh!!! Just another cuestion. When the transition SingleDoor is ocurring, there is a div of class “GrpEffectDiv” with white background. How can I change that background? Doy you consider that could be a nice effect replacing this color background with a background image?
Thanks a lot, very nice job, hope to hear you soon
I don’t know how to use a few website.
how do I make this effect on one page
great blog , thank you
background with a background image?
Thanks a lot, very nice job, hope to hear you soon
Thanks a lot, blog is very beautiful
Great post and straight to the point. I don’t know if this is actually the best place to ask but do you people have any ideea where to employ some professional writers? Thanks in advance
Your article is so fantistic! I’m so moved by your trully words. Hope you can keep writting that.
Great Effects, Thanks for this – Very useful.
designer Wallets
really cool~
Baylor Haji ha anche detto che la situazione in Libia è stabilizzato, penso che militari di Gheddafi non è più in grado di lanciare un contrattacco, ma non più in grado di sovvertire Tripoli,peuterey outlet ma non esclude una certa azione residua sarà avviata.Ha anche detto: Abbiamo sviluppato numero di programmi per proteggere il canale e fuori di Tripoli e la sicurezza degli impianti importanti. In aggiunta, ci sono tre aspetti di Baylor fattori Haji tattici che contribuiscono a facilitare la liberazione di opposizione a Tripoli: in primo luogo, l’opposizione Lee dal mare e di Tripoli attacco entrambi lati est e ovest, in secondo luogo, l’opposizione a Tripoli, i benefici esterni e le vicine città dispiegamento di truppe; la terza è la copertura aerea della Nato per assicurare che le azioni della vittoria.
Its interesting. I would like to know more about this…I really wanted to know how this works can you please help me out…….Thanks for sharing. KIYTU
I love this plug-in. In fact, I am using this to my newly build website. I am sure there are lots of people using this plug-in because of this post that you share.
Simply brilliant. I’m going to try and use the image plugin somehow on my instructor’s website – the slides are “wow”. By the way, I really like your theme.
Cool! Thx
Thanks much! Subscribed via rss.
Thanks much! Subscribed via rss.
Can anyone tell me how to make it work with this http://www.codebasehero.com/files/music-player/demo/
I have these two jquery plugins but only one works at a time…
Plz heeeeeeeeeeelp!! Thx!
Hello, I think that I saw you visited my blog so I came to “return the favorâ€.I am trying to find things to enhance my website!I suppose its ok to use a few of your ideas!!
Heya i’m for the first time here. I found this board and I find It really useful & it helped me out much. I hope to give something back and aid others like you aided me.
Just found your website on Google, and I wanted to let you know I’ll be using some of the information on my website and created a link to this site.
Gereja Bethany Indonesia Sunter adalah Gereja yang memiliki Visi seperti Gereja masa Perjanjian Baru yaitu Menjadikan umat Tuhan yang Apostolik.
Hello there, You have done an incredible job. I’ll certainly digg it and personally recommend to my friends. I’m sure they will be benefited from this site.
I can’t wait to see more of your stuff. This is definitely an awesome blog.
le due parti hanno anche aumentare significativamente le dimensioni di swap in valuta tra i due paesi, Giappone e Corea del Sud di libero scambio accordo il più presto possibile per riprendere i negoziati, intensificare gli scambi culturali e di personale e in altre aree dei giovani di raggiungere un consenso. Le due parti hanno anche concordato di continuare a rafforzare la stretta collaborazione sul nucleare della RPDC issue.In parla della giornata, Yoshihiko Noda anche tornare a Lee Myung-bak ha fatto?? Fuori dominio coloniale giapponese dei rituali coreano reale e altri rari books.Yoshihiko Noda è arrivato in Corea del Sud il 18 di due giorni visit.US Segretario di Stato Hillary Clinton, il 18 ottobre una visita a sorpresa nella capitale libica Tripoli.
I agree with many of your views within this writing.
Hillary Clinton, il 18 ottobre una visita a sorpresa nella capitale libica Tripoli.
I love your style. This takes real talent!
I have found a lot of helpful information in your excellent post. Good luck to you.
Hopefully you’ll keep up the nice work and gaze after the common. Good luck.
Baseball fans will definitely want to get most, if not all, of what the MLB sports shop has to offer.
I visited a lot of website but I believe this one has something special in it in it
If you are also Bag Bag control, and then you won’t know DaoRui beka · Ming can put (Rebecca Minkoff), Rebecca · Ming can put (Rebecca Minkoff) home bags are Hollywood It Girl favorite It Bag
Most of the time I don’t make comments on blogs, but I want to mention that this post really forced me to do so. Really nice post!
Its very simple to use I like your blog…
Definitely, what a great blog and revealing posts, I will bookmark your blog.Best Regards!
Excellent post. I want to thank you for this informative read. Keep up your great work.
louboutin uk
I am sure that this plug-in will be useful for many of us.
Link exchange is nothing else except it is only placing the other person’s weblog link on your page at appropriate place and other person will also do similar in support of you.
I’m so excited. I really appreciate sharing this great post. Keep up your excellent work.
Excellent post. I want to thank you for this informative read. I will bookmark this site and visit again..
wow! good one Here’s some pass forward: Thought for the day? : No life is totally wasted, one can always be a bad example.
Hey! Really nice Plugin!!!
But i have one Problem with my code…
I have 1 Button as picture who is the button for backround image switch into another Image… It only takes effect on the menu… not the background Image
Here my code:
Background:
Button:
Function:
$(“#dot1″).click(function(){$(“#hg”).ImageSwitch({Type:”FadeIn”}).css(“backgroundImage”,”url(‘img/hg6.jpg’)”);});
can you help me make it work correctly?
Thank you very much!
MMM thans, I appreciate the plugin!
Jeans have been paid close attention to by people is the topic, this year’s jeans and refurbished pattern…….
We’re a group of volunteers and opening a new scheme in our community. Your site offered us with valuable information to work on. You’ve done an impressive job and our entire community will be thankful to you.
Karate
Outstanding job ! Your site has supplied me most of the material I needed .
a Happy heart laugh and I really feel great! Immediately to look at South Korea’s latest OL style holiday war dress!
where can i get jquery word press plugins?
His career is over very soon if not already!! Any team that signs him should sign him on a per TD Basis
Blogging like you do is such an art and you obviously have that skill here – I don’t but I did find this that made me smile so maybe I can return the favour by making you smile too?
I couldn’t repair your brakes, so I made your horn louder.
Excellent post. I want to thank you for this informative read. Keep up your great work.
Excellant Plugin. Thanks for it.
Trackbacks