Could you go over function as arguments and how to avoid the mistakes made when trying to use this method?
What does ""elt"" mean?
To confirm, if we want to use JQuery and/or your JQuery plugin, we just add and
at the bottom of the HTML file?
Is the following script, , just for html? How can we use jQuery in .js files?
for Question 2, by ""find"" the element whose ID is Fred, you don't mean ""get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element"" (jQuery documentation on find() method), right?
Can we do more examples of chaining and the return value functions?
More syntax of how to incorporate DOM events.
I’m still confused about what API, DOM elements, and jQuery refer to. What is the relationship among the three? Can you show us how jQuery is used on DOM? (Like walking us through the steps, where to edit the document, where to put it etc.)
Explain more on wrapped sets.
this is my first time working with the DOM, so a lot of new info. i got a little confused when you were talking about the empty set error--can you explain that more in depth?
I am feeling a bit overwhelmed by so many symbols. Are we supposed to memorize the sequence of all the stuffs like #, ., elements etc. ?
Could you talk more about the difference between DOM events and DOM elements?
How is click any different from getElementById?
What did you mean by this: ""When does it get invoked? The browser will invoke it when the event happens. The function is an event handler.""
Can you provide the solution for the challenge part of making "f() === f;" ? Thank you!