November 2015
Intermediate to advanced
256 pages
5h 13m
English
CHAPTER 1
![]()
CSS—The Secret
You may wonder what a chapter about Cascading Style Sheets (CSS) is doing at the beginning of a book about jQuery. In fact, I didn’t fully understand the connection until I drew the analogy between SQL and jQuery. CSS selectors locate web page elements in a way analogous to the where clause of a SQL statement.
This chapter aims to help you understand this analogy and show you how to leverage your existing SQL skills to locate page elements for jQuery to act upon. jQuery turns the analogy into a SQL update, and JavaScript (where jQuery expressions live) has translations to PL/SQL.
First, you’ll see how selectors work and ...
Read now
Unlock full access