1.

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.

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



Discussion

No Comment Found