滚动条使用的触发事件:

$(window).scroll(function() {
       var thisscroll = $(window).scrollTop();

}

获取 当前元素距离顶部的高度:

$("#sjwz").offset().top