Skip to content

falkmueller/jQuery.scrollBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery.scrollBar plugin

Author Source Code Software License Website

a ligthwight jQuery scrollbar Plugin. Display the scrollbar cross-platform. Documentation and Demo.

Screnshot

Usage

html Code

 <div class="sb-container">This is a example</div>

Init jQuery.scrollBox

(include scrollBar.css and scrollBar.js in your page before)

 <script>$(".sb-container").scrollBox();</script>

When you dynamicly load content call this after them

 <script>$(window).trigger("resize.scrollBox");</script>

Tested

  • Chrome (Pc, Android Tablet)
  • Firefox (Pc, Android Tablet)
  • Internet Explorer 11 (Pc)
  • Safari (Mac Book, iPad)

About

a ligthwight jQuery scrollbar Plugin. Display the scrollbar cross-platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published