jQuery v1.8.3为什么不能兼容ie9哪位大神了解
<script>$(function () {
$("a").click(function () {
console.log($(this).attr("href"));
var id = $(this).attr("href");
$("body,html").animate({"scrollTop":$(id).offset().top},1000);
})
})
</script>
2017-09-25 11:08
2017-09-25 11:13
2017-10-10 22:57