Answer: Syntax of jQuery:
$(selector).action()
Where
$ sign indicates to define or access jQuery,
(selector) indicates to "query (or find)" our HTML elements and,
jQuery action() indicates to be performed on any controls.
Asked In: Many Interviews |
Alert Moderator