October 2013
Intermediate to advanced
1044 pages
24h 36m
English
CHAPTER 26
![]()
Refactoring the Example: Part III
In this part of the book, I introduced you to the jQuery UI widgets and interactions. These allow you to create rich web applications that are consistently themed and that can be endlessly configured and tweaked to meet your needs. In this chapter, I’ll add some of these features to the example to demonstrate how they can fit together.
Reviewing the Refactored Example
When you last refactored the example, you were at the verge of re-creating some of the jQuery UI functionality that uses the core jQuery library. You can see where I got to in Figure 26-1.
Figure 26-1. The previously refactored example ...