To piggyback off of Curt's answer the full implimentation for this would be this:
$(document).ready( function() {
$(".content").text("After");
});
This will execute when the window has been loaded and update the inner text of the desired div element.