Saratov64,
$(function() {
$("body").on("click", ".graph3", function(e) {
$(".content").html('<div id="box"><p>идет загрузка...<p></div>');
var img = new Image;
img.onload = function() {
$(".content").html(img)
};
img.src = "graph/4graph_tm1_pr_sg.php"
})
});