jQuery Mobile Question:

What is get()?

Tweet Share WhatsApp

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.

Download jQuery Mobile PDF Read All 77 jQuery Mobile Questions
Previous QuestionNext Question
What is eq()?Tell me how to disable jQuery animation?