rockyan
<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);
}

  

分类:

技术点:

相关文章:

  • 2021-11-30
  • 2021-12-15
  • 2021-11-06
  • 2021-12-28
  • 2021-11-04
  • 2021-11-04
  • 2021-12-29
  • 2021-12-15
猜你喜欢
  • 2021-12-29
  • 2021-12-28
  • 2021-12-15
  • 2021-11-30
  • 2021-12-28
  • 2021-12-28
  • 2021-12-10
相关资源
相似解决方案