I have index.html like this
It´s working for me, but you only can see the content one time, because .load function is replacing the old content, change
.load
$('#mydiv').load('xyz.php').fadeIn("slow");
with this
$('#mydiv').append($('').load('xyz.php')); 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复