当前页面加载完显示div的内容:
$(window).load(function(){
//your callback code is here
$('.mylist').html(tmp);
});
id为leftMain的框架页加载完,显示div的内容:
$("#leftMain").load(function(){
//your callback code is here
$('.mylist').html(tmp);
});
当前页面加载完显示div的内容:
$(window).load(function(){
//your callback code is here
$('.mylist').html(tmp);
});
id为leftMain的框架页加载完,显示div的内容:
$("#leftMain").load(function(){
//your callback code is here
$('.mylist').html(tmp);
});