A tiny plugin to add a delay between jQuery functions. In the past I’ve resorted to JavaScript’ssetTimeoutmethod, or faked a delay using jQuery’sanimatemethod with identical start and end values. This might be better.
A tiny plugin to add a delay between jQuery functions. In the past I’ve resorted to JavaScript’ssetTimeoutmethod, or faked a delay using jQuery’sanimatemethod with identical start and end values. This might be better.