What is $('div')?

Submitted by: Muhammad
$('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.
Submitted by: Muhammad

Read Online jQuery Mobile Job Interview Questions And Answers