Skip to content

jkup/sometimes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sometimes Fixed Position

This is a simple jQuery plugin that allows you to turn any element into fixed position only when the screen scrolls to it.

Usage

// Basic usage
$('.element').sometimes();

// Optional styles parameter
$('.element').sometimes({
    'right': 0,
    'background': 'green',
    'height': '200px'
});

About

Sometimes fixed position jQuery plugin.

Resources

License

Stars

Watchers

Forks

Packages

No packages published