May 2017
Intermediate to advanced
448 pages
10h 10m
English
From the start of this book, we've been using the $() function to access elements in a document. As we've seen, this function acts as a factory, producing new jQuery objects that point to the elements described by CSS selectors.
This isn't all that the $() function can do. It can also change the contents of a page. Simply by passing a snippet of HTML code to the function, we can create an entirely new DOM structure.
Read now
Unlock full access