- Learning jQuery(Fourth Edition)
- Jonathan Chaffer Karl Swedberg
- 85字
- 2021-08-13 17:18:45
Chapter 2. Selecting Elements
The jQuery library harnesses the power of Cascading Style Sheets (CSS) selectors to let us quickly and easily access elements or groups of elements in Document Object Model (DOM).
In this chapter, we will cover:
- The structure of the elements on a web page
- How to use CSS selectors to find elements on the page
- Custom jQuery extensions to the standard set of CSS selectors
- The DOM traversal methods, which provide greater flexibility for accessing elements on the page
推薦閱讀
- 演進式架構(原書第2版)
- Functional Programming in JavaScript
- TypeScript實戰指南
- Getting Started with Python Data Analysis
- 用戶體驗可視化指南
- Microsoft Dynamics AX 2012 R3 Financial Management
- 打開Go語言之門:入門、實戰與進階
- Scala Data Analysis Cookbook
- Go語言編程
- 代替VBA!用Python輕松實現Excel編程
- Building Serverless Architectures
- OpenCV Android開發實戰
- UX Design for Mobile
- IPython Interactive Computing and Visualization Cookbook
- SQL Server 2008實用教程(第3版)