October 2013
Intermediate to advanced
1044 pages
24h 36m
English
CHAPTER 23
![]()
Using the Menu and Tooltip Widgets
In this chapter, I describe the jQuery UI menu and tooltip widgets. Table 23-1 provides the summary for this chapter.
Table 23-1. Chapter Summary
| Problem | Solution | Listing |
|---|---|---|
| Create a menu widget | Select an element structure and call the menu method; the structure is usually created using ul, li, and a elements | 1 |
| Add separators and disabled menu items | Add elements that contain only dashes or spaces and apply the ui-state-disabled class | 2 |
| Perform basic navigation | Add href attributes to a elements in the menu element structure | 3 |
| Use custom element structures | Use the menus setting ... |