H50089:html 代码使页面回顶部效果
1,a 标签在中,href target 这样写,在页面点击后就有回页面顶部的效果
<div class="col-md-6 col-sm-6 all"> <a href="" target="" class="photo"><img src="images/product/wait.png" /></a> <p></p> </div>
2,jquery 判断是否已经有div对象了
if ($("div").is("#toastMessage")) {
$("#toastMessage").remove();
};
琥珀君的博客