HTML 코드:
JS 코드:
$.fn.smartFloat = function() {
var position = function( 요소) {
var top = element.position().top, pos = element.css("position")
$(window).scroll(function() {
var scrolls = $( this).scrollTop ();
if (scrolls > top) {
if (window.XMLHttpRequest) {
element.css({
position: "fixed",
top: 0
});
} else {
element.css({
top: 스크롤
})
}
}else {
element.css( {
위치: "절대",
상단: 상단
})
}) return $(this).each(function( ) {
position($(this));
})
//Binding
$("#float").smartFloat(); >