You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7. What happens when you select and element using vanilla JavaScript (document.querySelector()) and then try to use a jQuery method for getting the text of that element? Provide examples of this and what errors you see.
8. If you have a jQuery selector that returns multiple elements, say $('.link-img'), then do you need to use a for loop to change the elements? Why or why not? What is returned by the selector?
9. Create a demo (in CodePen) getting the text and setting the text of different elements.
10. Where do you go to find the official jQuery docs?
11. On this doc page, there are two parts of the page, each with a black header: one text() and the other text( text ). What is the purpose of these two different sections? Can you find other examples where a page is written/organized in this way?