jQuery Mobile Question:

What is $('div')?

Tweet Share WhatsApp

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 PDF Read All 77 jQuery Mobile Questions
Previous QuestionNext Question
How to set jquery mobile responsive table width to 100% width despite css styles?Where jQuery mobile works?