how to add text to h2 with jquery

JavaScript
$("div#preload h2").html("Some Text Here")
Source

Also in JavaScript: