setInteval.question
March 18th, 2010the gallery has 2 buttons
well, clicking change pic and no clicking but waiting 5 seconds change too!
and one button
anyone can help me ?
downloadGallery here (http://www.pablodavi.com/gallery.zip)
I think System-Idle has already answered that too.
to clear: clearInterval(galleryInt)
that code will clear your interval and in the process stop automated loading of images.
create:
galleryInt = setIntervel(nextImage, 5000);
??????????????????????????????????????? is this ?????????????????????????????????
:crying:
i create one
galleryInt = setInterval(next_img, 5000);
now i wanna one button code to stop the change image.... is possible ?
what code ?
:hr:
:( thanks saumya
to create:
galleryInt = setInterval(function, interval)
to clear:
clearInterval(galleryInt)
:D
#If you have any other info about this subject , Please add it free.# |