$(function(){
$(document).ready(function() {
$('#demo_content').html('<img src="http://v.com/ajax-loader-1.gif"alt="Wait" />');
$('#demo_content').load('http://vbizmarketing.com/myphp.php?nice=9176198');
return false;
cache:false
});
});
這可以創造奇蹟,我gratefull爲stackover流社區幫助我原來的問題,但我一直在試圖撥打了jQuery,AJAX,負載,準備
$('#demo_content ').html('IMAGE HERE');
在一個單獨的div,這樣我可以加載圖像居中,而不是放置在左對齊的文本,我實際上是從另一個文件拉。
任何意見或建議,非常感謝。
謝謝
爲什麼你有一個嵌套在速記版本內的longhand document.ready函數? – 2011-03-21 23:38:12
我真的不能提供一個合乎邏輯的回答你的問題,我是新來的ajax和JavaScript和上面的腳本工作 – 2011-03-21 23:40:40
它會工作,但擺脫'$(document).ready(function(){'code。You只需要'$(function(){'block。 – 2011-03-21 23:41:50