MCQOPTIONS
Saved Bookmarks
| 1. |
In jQuery all the elements are selected by writing ____________. |
| A. | $( :button ) |
| B. | $( * ) |
| C. | $( .class_name ) |
| D. | $(this) |
| E. | None of these |
| Answer» C. $( .class_name ) | |