InterviewSolution
Saved Bookmarks
| 1. |
What is the correct syntax of jQuery?(a) action().$(selector)(b) $(selector).action()(c) (selector)$.action()(d) action().(selector)$This question was posed to me in an interview for internship.This intriguing question comes from Essential JavaScript and jQuery in section HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» The correct option is (B) $(selector).ACTION() ELEMENTS. |
|