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 can follow this link to create your image slide with very less of code The whole idea behind is sliding the image position and use transformation effect while changing position of images.
http://jforjs.com/creating-image-slider-html-css-without-plugin/
good thing is you can create a object oriented code(jquery pluing) as well to create multiple image slide with just few lines of code.