Answers

Question and Answer:

  Home  jQuery Mobile

⟩ What is $('div')?

$('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.

 160 views

More Questions for you: