Programers' note
2012年8月24日金曜日
jqueryでのページ遷移
jqueryでのページ遷移:
$("#imgloading").load(url, function(response, status, xhr) {
var doc=document.open("text/html","replace");
doc.write(response);
doc.close();
});
0 件のコメント:
コメントを投稿
次の投稿
ホーム
登録:
コメントの投稿 (Atom)
0 件のコメント:
コメントを投稿