> Question 3 Which of the following jQuery method gets the html contents (innerHTML) of the first matched element? O Non
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
> Question 3 Which of the following jQuery method gets the html contents (innerHTML) of the first matched element? O Non
Question 3 Which of the following jQuery method gets the html contents (innerHTML) of the first matched element? O None of the answers is correct html() O getHtml() O getInnerHtml() Question 4 What does the following jQuery selector select? $("div.intro") The first div element with class="intro" All div elements with id="intro" All div elements with class="intro" O The first div element with id="intro" 1 pts 1 pts
>