欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

模拟页面局部刷新

程序员文章站 2022-06-17 11:51:25
...
<button class="click">点击</button>
<div class="cunf" hidden="hidden"></div>

  

//模拟B页面关闭
$('.click').click(function(){
	
	_lcunF();
})

function _lcunF(){
	
	$("#leftSlip").html('');
	$(".cunf").load("newRecord.html");
	setTimeout('$("#leftSlip").html($(".cunf .newmedica").html())',800);
	setTimeout('$(".cunf").html("")',1000);
}

  

上一篇: 募捐

下一篇: 心得