InterviewSolution
Saved Bookmarks
| 1. |
What is the $() function in the jQuery library? |
Answer»
$("h1").css("background-color", "green"); }); |
|