$(document).ready(function () { $("p").text("The DOM is now loaded and can be manipulated."); });