Simple Image SlideShow using jQuery
have seen a lot of users requesting for simple jQuery scripts for SlideShows. I saw a couple of them, but the scripts assumed that the number of image tags has to be fixed beforehand. The code given below is taken from my eBook “ 51 Recipes with jQuery and ASP.NET Controls ”. Note: This code was written when jQuery 1.3.2 was the latest version available. Currently we have jQuery 1.4.2 available. < html xmlns ="http://www.w3.org/1999/xhtml"> < head id ="Head1" runat ="server"> < title > Simple Image SlideShow </ title > < link href ="../CSS/Demos.css" rel ="stylesheet" type ="text/css" /> < script type ='text/javascript' src ='../Scripts/jquery-1.3.2.min.js'> </ script > < script type ="text/javascript"> $( function () { var imgs = [ '../images/1.jpg' , ...