jQuery Mobile Question:
Download Questions PDF

What is $('div')?

Answer:

$('div') : This creates a new div element. However this is not added to DOM tree unless you don't append it to any DOM element.

Download jQuery Mobile Interview Questions And Answers PDF

Previous QuestionNext Question
How to set jquery mobile responsive table width to 100% width despite css styles?Where jQuery mobile works?