InterviewSolution
Saved Bookmarks
| 1. |
In jQuery all the elements are selected by writing ____________(a) $(this)(b) $(“:button”)(c) $(“*”)(d) $(“.class_name”)I got this question in examination.I'd like to ask this question from Essential JavaScript and jQuery in division HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» The CORRECT CHOICE is (c) $(“*”) |
|