Disable all jQuery effect methods ............................................................................................ 93
Grokking the stop() animation method .................................................................................. 94
Determining if an element is animating using :animated ....................................................... 95
Using show(), hide(), and toggle(), without animation ...................................................... 95
Grokking sequential and nonsequential animations ................................................................ 96
Animate() is the base, low-level abstraction .......................................................................... 97
Grokking the jQuery fading methods ....................................................................................................... 98
Chapter 10
AJAX ................................................................................................................. 99
The jQuery ajax() function is the lowest-level abstraction ..................................................... 99
jQuery supports cross-domain JSONP .................................................................................... 99
Stop a browser from caching XHR requests .......................................................................... 100
7