Skip to content

SDaron/keepAsFixed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published