70-480 Exam QuestionsBrowse all questions from this exam

70-480 Exam - Question 22


DRAG DROP -

You are developing a website that has many web pages with hyperlinks to other sites.

You need to ensure that if a hyperlink contains an image, the linked web page opens in a new window.

Which jQuery code segment or segments should you use? (To answer, drag the appropriate line of code to the correct location. Each line of code may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)

Select and Place:

Exam 70-480 Question 22
Show Answer
Correct Answer:
Exam 70-480 Question 22

* a img

All elements that are descendants of an element.

* (this).parent

This is the element and is the parent.

Discussion

1 comment
Sign in to comment
nootje
Sep 15, 2021

C & D works indeed But A & B works to. I tested it out. And both combinations work.