jQuery Mobile Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
How to set jquery mobile responsive table width to 100% width despite css styles? | Where jQuery mobile works? |