Home > jQuery.topScroll

jQuery.topScroll

JQuery.topScroll is a project mainly written in JavaScript, it's free.

Shortcut (hack) that allows you to place scrollbar above scrolled div.

jQuery.topScroll - give your content secondary scrollbar

DESCRIPTION

jQuery.topScroll is very simple plugin, that can in a hacky way add top scrollbar to your scrolled content (normally - a div)

INSTALLATION

$(document).ready(function(){ $('#div_with_overflow').topScroll(); });

Previous:diplomarbeit