October 2013
Intermediate to advanced
1044 pages
24h 36m
English
CHAPTER 10
![]()
Using jQuery Effects
For the most part, jQuery UI contains the user interface (UI) functionality associated with jQuery, but the core library includes some basic effects and animations, and these are the topic of this chapter. Although I describe them as basic, they can be used to achieve some pretty sophisticated effects. The main focus is on animating the visibility of elements, but you can use these features to animate a range of CSS properties in a number of ways. Table 10-1 provides the summary for this chapter.
Table 10-1. Chapter Summary
| Problem | Solution | Listing |
|---|---|---|
| Show or hide elements | Use the show or hide method |