Just logical | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Just logical

var a = $ ("<div></div>").text("Hi"); $("#demo").before(a);

26th Feb 2017, 7:30 AM
Jacques-Mary Désir
Jacques-Mary Désir - avatar
1 Answer
+ 2
I don't use JQuery, but I don't think that "<div></div>" is a valid selector to give at argument of $() function, and neither the correct way to create a new <div> element ^^
26th Feb 2017, 12:22 PM
visph
visph - avatar