September 9, 201511 yr Specifically this one: http://www.jsfiddle.net/jtbowden/hYEzV I've tried putting the javascript in various of places.. does the javascript need to be put in between tags or something? The HTML/CSS bit is straight forward etc.. Can: $('img').hide(); function test() { $("#container img").first().appendTo('#container').fadeOut(5000); $("#container img").first().fadeIn(5000); setTimeout(test, 7000); } test(); Literally go anywhere? Where does it go? To get it to work etc..
Create an account or sign in to comment