Tagged Questions

4
votes
8answers
226 views

Javascript getElementById acting odd

I'm using a for loop to cycle through some elements with a starting value (seats on a plane). Here it is: seatNum - Number of seats to be cycled through startSeat - seat to begin cycling I'm calling ...