- jQuery for Designers Beginner's Guide Second Edition
- Natalie MacLees
- 114字
- 2021-09-03 10:08:33
Simple tabs
If we have a large amount of information to present that might not be relevant to all site visitors, we can compress the amount of space the information takes by hiding selected bits of information until the user requests it. One of the most common ways of making all the information available but hidden until requested is tabs. Tabs echo the real-world example of a tabbed notebook or labeled folders in a filing cabinet, and are easy for site visitors to understand. Believe it or not, they're also easy to implement with jQuery.
The following screenshot gives us an idea of what our page will look like after we've created our tabs:

推薦閱讀
- AngularJS入門與進階
- Beginning Java Data Structures and Algorithms
- Visual FoxPro程序設計教程(第3版)
- Learning Chef
- HTML5+CSS3基礎開發教程(第2版)
- Python神經網絡項目實戰
- Mastering C# Concurrency
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- ASP.NET Core 2 Fundamentals
- Python算法詳解
- Mobile Device Exploitation Cookbook
- 詳解MATLAB圖形繪制技術
- Android驅動開發權威指南
- Hands-On Neural Network Programming with C#