方法一:
top) {
if (window.XMLHttpRequest) {
element.css({
position: "fixed",top: "10px"
});
} else {
element.css({
top: scrolls
});
}
}else {
element.css({
position: pos,top: top
});
}
});
};
return $(this).each(function() {
position($(this));
});
};
//绑定
$("#float").smartFloat();
// ]]>
方法二:
offset.top) {
$sidebar.stop().animate({
marginTop: $window.scrollTop() - offset.top + topPadding
});
} else {
$sidebar.stop().animate({
marginTop: 0
});
}
});
});
博主推荐
广告代码
以上就是jQuery网页右侧广告跟随滚动,仿wordpress右侧广告跟随滚动,希望对大家的学习有所帮助。
原文链接:https://www.f2er.com/jquery/52206.html