Tag Archives: window.setInterval

jQuery .fadeIn + window.setInterval = A Bad Combination

jQuery’s .fadeIn and .fadeOut methods don’t fire when the window is out of focus. Instead, they wait until the user returns to the window / tab and then fire. This fact caused me a problem when I was working on … Continue reading

Posted in JavaScript, jQuery | Tagged , , , , | 5 Comments