- jQuery UI Cookbook
- Adam Boduch
- 180字
- 2021-08-13 16:40:48
Introduction
In this chapter, we will explore the various ways in which we can extend the accordion widget to accommodate a number of scenarios. The accordion widget offers a lot of out-of-the-box functionality. For example, without any configuration, we get a themed container widget that groups contents into sections.
We'll focus on use cases that shed light on the inner workings of the accordion widget. Keyboard events are one way to navigate the page, and we can enhance the accordion's support for these events. Some magic happens behind the scene to come up with each section's height, when expanded. We'll see how we can work with these configurations, especially when the section height changes on the fly.
Also on the topic of height, we can let the user control the height of individual sections, or, from a theme perspective, we can control the space between the accordion components. Finally, we'll look at some of the more advanced accordion usage where we give the user the freedom to sort their accordion sections and to drag sections from one accordion to another.
- pcDuino開發實戰
- Mobile-first Bootstrap
- Windows Phone 7.5 Data Cookbook
- PLC控制系統應用與維護
- Instant Optimizing Embedded Systems using Busybox
- 嵌入式Linux應用開發菜鳥進階
- Linux使用和管理指南:從云原生到可觀測性
- NetDevOps入門與實踐
- AWS SysOps Cookbook
- Advanced Infrastructure Penetration Testing
- Java EE 7 Developer Handbook
- Zabbix監控系統之深度解析和實踐
- Implementing Cloud Design Patterns for AWS(Second Edition)
- Xamarin Mobile Application Development for Android
- 數字系統設計與VHDL