Skip to content

jQuery plugin to add tabs visually associated to their position relative to the scroll bar.

Notifications You must be signed in to change notification settings

kunstreich/Scrolltab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrolltab is a jQuery plugin that adds tabs visually associated to their position relative to the scroll bar.

This enabled a developer to attach floating tabs to the scrollbar of the brwoser that will scroll the user to the position indicated by the tab.  This tab is expandable with content within.

Demo: 
	http://www.chris-saylor.com/demos/Scrolltab/example.html

Examples:
	// Enables a pin with the default classname
	$('<dom object>').scrolltab();

	// Changes the classname of the created (or existing) pin
	$('<dom object>').scrolltab({ classname: 'test' });

Options:
	title: HTML to display within the pin
	classname: The classname for the pin to use
	hoverin: function to execute when the mouseenter event fires on this pin
	hoverout: function to execute when the mouseleave event fires on this pin
	click: function to execute when the click event fire on this pin

This software is protected under the MIT license.

About

jQuery plugin to add tabs visually associated to their position relative to the scroll bar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published