Intro to jquery > Basics > Flashcards
What is jQuery?
What is the $ symbol?
How is jQuery included in a page?
- Is better to use this because is faster
How to select DOM elements with jQuery?
- $('tag') \+ Example: $('div') - $('.class') - $('#id')
Methods to explore the DOM tree?