Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 314 Bytes

File metadata and controls

13 lines (10 loc) · 314 Bytes

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();
});