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.
Remarks will appear like this.
Notes about a topic will appear like this.
Copyright Rebecca Murphey, released under the Creative Commons Attribution-Share Alike 3.0 United States license.