tutorial 1: jQuery syntax
watch it on YouTube
Notes
- $: the dollar sign accesses the jQuery library. It is shorthand for "jQuery"
- ([selector]): use parentheses to surround the target of your command or codes
- .: use a period to access methods. You can stack methods in jQuery
- ;: use a semi-colon at the end of lines
Definitions
- syntax
- refers to the reserved vocabulary and any special characters or formats associated with a programming language