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.
Previous Question | Next Question |
What is eq()? | Tell me how to disable jQuery animation? |