あなたが使用していて、使用Cufon font
中の変更を有効にするには更新する必要があるため、コードの最後にこの行を追加します。dom
Cufon font
Cufon.refresh();
// other code
$('#' + field + '-gallery, #' + field + '-tag').fadeIn("slow");
Cufon.refresh(); // without this line your dom won't refresh (only for cufon font)
以下のコードのようにp
置き換えられたすべてのコンテンツcufon
Cufon.replace(...)
<p>
<cufon class="cufon cufon-canvas" alt="In " style="width: 20px; height: 16px; ">
<canvas width="33" height="16" style="width: 33px; height: 16px; top: 0px; left: 0px; "></canvas>
<cufontext>In </cufontext>
</cufon>
<cufon class="cufon cufon-canvas" alt="today's " style="width: 65px; height: 16px; ">
<canvas width="78" height="16" style="width: 78px; height: 16px; top: 0px; left: 0px; "></canvas>
<cufontext>today's </cufontext>
</cufon>
....
</p>
so に関する別の回答。