I\'m looking for the shortest way of creating a fading image slideshow using jQuery.
Examples I found on google always had a lot a unneccessary special stuff in it and I had tr
You could loop over your array and use Jquery's fadeIn in tandem with fadeOut with a specified duration. That will fade in and fade out your images with specified intervals.