InterviewSolution
Saved Bookmarks
| 1. |
What Is Get()? |
|
Answer» GET() return a DOM element. The method retrieve the DOM elements matched by the jQuery OBJECT. But as it is a DOM element and it is not a jQuery-wrapped object. So jQuery FUNCTIONS can't be used. get() return a DOM element. The method retrieve the DOM elements matched by the jQuery object. But as it is a DOM element and it is not a jQuery-wrapped object. So jQuery functions can't be used. |
|