I\'m trying to build or implement a headline/image rotator. The user will click on a number (1, 2, 3) and an image will fade out/fade in as well as make a headline change(some
the easiest way to do this is to append all the images into your document, hide them, and then $().fadeIn() them one by one and hide them.
actually, there is probably already a plugin that does this.