87,994
社区成员
发帖
与我相关
我的任务
分享
<script type="text/javascript">
$(window).scroll(function () {
if ($(window).scrollTop() > 50) {
$('.index-channel').addClass('index-fixed-channel');
}else{
$('.index-channel').removeClass('index-fixed-channel');
}
});
</script>
<script src="{$_G[setting][jspath]}jquery-1.8.0.min.js?{VERHASH}"></script><script src="{$_G[setting][jspath]}jquery-1.8.0.min.js?{VERHASH}"></script>
<script>jQuery.noConflict()</script>