Conventions used in this book
Prev Chapter 1. Welcome Next

Conventions used in this book

Methods that can be called on jQuery objects will be referred to as $.fn.methodName. Methods that exist in the jQuery namespace but that cannot be called on jQuery objects will be referred to as $.methodName. If this doesn't mean much to you, don't worry — it should become clearer as you progress through the book.

Example 1.3. Example of an example

// code examples will appear like this

Remarks will appear like this.

Note

Notes about a topic will appear like this.


Copyright Rebecca Murphey, released under the Creative Commons Attribution-Share Alike 3.0 United States license.


Prev Up Next
Exercises Home Reference Material