InterviewSolution
Saved Bookmarks
| 1. |
Which method is not used for traversing DOM tree?(a) parent()(b) parentsUntil()(c) parents()(d) after()I had been asked this question by my college director while I was bunking the class.This question is from Essential JavaScript and jQuery topic in section HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» The CORRECT choice is (d) after() |
|