Using jquery is there a way I can take the contents of a DIV and replace it with something else when the page loads?
Before
Use text():
$(".content").text("After");
Live Demo: http://jsfiddle.net/heY3j/