X
X
X
Website Search®
X
Blog Archive®

❖ Sticky Nav

var win      = $(window),
fxel = $('nav'),
eloffset = fxel.offset().top;

win.scroll(function() {
if (eloffset < win.scrollTop()) {
fxel.addClass("fixed");
} else {
fxel.removeClass("fixed");
}
});



X

Posting Komentar