InterviewSolution
Saved Bookmarks
| 1. |
What are the selectors in jQuery? How many types of selectors in jQuery? |
|
Answer» In order to work with any element on the web page, we would first need to find it. Selectors find the HTML elements in jQuery. Some of the most commonly used and basic selectors are:
|
|