4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
|
|
|
|
$("<h1>Include this using jquery</h1>").appendTo("body");
|
|
console.log($("body").html()); |