October 2013
Intermediate to advanced
1044 pages
24h 36m
English
CHAPTER 35
![]()
The jQuery UI Effects & CSS Framework
In this chapter I describe two utility features that jQuery UI provides. The first is a set of enhancements to existing jQuery methods that can animate colors, changes in element visibility, and the application of CSS classes. The other feature is a set of CSS classes that to apply a jQuery UI theme to the rest of our HTML documents in order to create a consistent look across an entire web application. Table 35-1 provides the summary for this chapter.
Table 35-1. Chapter Summary
| Problem | Solution | Listing |
|---|---|---|
| Animate changes in color. | Use the enhanced animate method. | 1 |
| Animate the application ... |