With jQuery, look at the following selector: $("div.intro"). What does it select?
All div elements with class="intro"
The first div element with id="intro"
The first div element with class="intro"
All div elements with id="intro"
Correct Answer : A
The speed options can be applied to which jQuery functions?
Which function do you reference in HTML form data?
What is the difference between .width() and .outerWidth()?