Search TekSocial
Stay Connected

Enter your email address:

(We respect your privacy!)

Or subscribe with your favorite RSS Reader

  

« Facebook iPad App will be Announced at the Upcoming Apple event? | Main | A Summary of Blockbuster and Netflix's Changes »
5:01PM

jQuery Scrollbars

jQuery Scrollbars is an amazing, new, easy-to-use, jQuery plugin which allows you to theme scrollbars with just 1 line of code; it also dregrades amazingly. All you need to do, to get started is:

  1. Include the CSS file it provides you.
  2. Include one of themes provided (at the time of writing, only the lion theme exists).
  3. Include jQuery, a version is provided with the script.
  4. Include the jQuery mousewheel plugin (only required if you want mousewheel support)
  5. Include the actual plugin

Then all you need to do is add the following line of code to your javascript file

$("*").scrollbars();

There is a whole plethora of options available to you, but to read more about them, checkout the github repo.

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>