InterviewSolution
Saved Bookmarks
| 1. |
Which method is not for traversing DOM tree sideways?(a) parent()(b) siblings()(c) prev()(d) nextAll()The question was asked in an interview for job.The origin of the question is Essential JavaScript and jQuery topic in portion HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» The correct option is (a) parent() |
|