how to make image slider using javascript ?
i want to make image slider using javascript, css & html.. can you please give me code of image slider...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
vijayPosted May 25, 2014, 4:25 AM
Refer the below link for you refernce..
http://vdsite.com/Articles/162/Lightbox-Image-Slideshow-using-Datalist-Control-in-Asp.net-
http://www.dotnetcode.in/2012/01/autoscroll-slideshow-using-jquery-in.html
http://www.dotnetcode.in/2011/07/slide-show-images-using-datalist.html
kalu singh raoPosted Apr 28, 2014, 3:41 AM
window.addEventListener('load', slideShow, false);
function slideShow() {
/* GLOBALS **********************************************************************************************/
var globals = {
slideDelay: 4000, // The time interval between consecutive slides.
fadeDelay: 35, // The time interval between individual opacity changes. This should always be much smaller than slideDelay.
wrapperID: "second", // The ID of the
buttonID: "slideShowButton", // The ID of the