このコード:
$("#permalink a").click(function(id){
var id = this.getAttribute('href');
$("#newPostContent").load(id, function() {
$("#removeTrigger").click(function() {
$("#removeThis").hideToggle();
$("#postSingle").hideToggle();
});
});
$("#postSingle").fadeToggle();
return false;
});
ロード関数が作業を終了する前に #postSingle を表示します。どうすれば調整できますか?
ありがとう
(今日はたくさんの質問、ありがとう、みんな:))。