このようなfonts.phpファイルをstudents.phpにロードしています。
$("#details").load('fonts.php?id=2', function() {
$("#details").show();
$(".gallery").css("width", "80%");
});
galleryはfonts.phpファイルのdivです。このdivがstudents.phpファイルに読み込まれた後、このdivの幅を変更する必要があります。
ご協力ありがとうございました。