SDaron / keepAsFixed

KeepAsFixed Plugin for jQuery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keepAsFixed

KeepAsFixed Plugin for jQuery

This plugin give a fixed position to any DOM element if it's hidden by scrolling, and add a hidden clone of it to keep navigation fluid.

Usage

$(document).ready(function(){
    $('.onglets').css({'width':'100%','top':0,'left':0}).keepAsFixed();
});

About

KeepAsFixed Plugin for jQuery


Languages

Language:JavaScript 100.0%