Skip to content

naviapis/jquery-scrollfloater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

jquery-scrollfloater

Plugin for making an element detach and float to remain visible when otherwise it would have scrolled up out of view.

##Installation##

<script src="/path/to/jquery.scrollfloater.js"></script>

##Usage##

HTML

<div id="element">
  content
</div>

javascript

<script>
  $('#element').scrollfloater();
</script>

About

Plugin for making an element detach and float to remain visible when otherwise it would have scrolled up out of view.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors