javascript Programming Glossary: imgs.sets
JavaScript to make a fast-running image slideshow? http://stackoverflow.com/questions/9240479/javascript-to-make-a-fast-running-image-slideshow  this  for var load in loading  loaded is equivalent to imgs.sets so load is the  id for the container. loaded load  Now we're.. self.id will give us the key to the correct group in imgs.sets and the current argument will tell us with image in that list.. working with. First we hide the last displayed image. imgs.sets self.id current .style.display 'none' Increment to get the next.. 
 
 
     
      |