Webslingers' Journal

Web geekery with
Trey and Jason and Jason.
Posts tagged “jquery”

jQuery API Browser 

matthewb:

jQuery 1.3 is out, with some good improvements. One of the most useful is an overhauled API browser, also available as an Air app to run on your desktop, should you roll like that.

jQuery Delay 

matthewb:

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