InterviewSolution
Saved Bookmarks
| 1. |
What is $() in jQuery? |
|
Answer» This is used MOSTLY to return a jQuery object in the code. It can ALSO check if an object EXISTS or not. |
|