console.log(fSliderTimer);
И почему при каждом клике, число число таймеров увеличивается в двое? Таймер же один! И он удаляется с
clearInterval() или нет?
Код:
|
The clearInterval() method clears a timer set with the setInterval() method.
The ID value returned by setInterval() is used as the parameter for the clearInterval() method. |