

MCQOPTIONS
Saved Bookmarks
1. |
What is the correct syntax of jQuery? |
A. | action().$(selector) |
B. | $(selector).action() |
C. | (selector)$.action() |
D. | action().(selector)$ |
Answer» C. (selector)$.action() | |