The fundamental operation in jQuery is selecting a part of the document. This is done with the $() construct. Typically, it takes a string as a parameter, which can contain any CSS selector expression.


This note was recorded by Sally Carson from page 12 of Learning jQuery.