Hover over a number for details.
// initialize tooltip $("#bar-scroll a[title]").tooltip({
// tweak the position offset: [10, 2],
// use the "slide" effect effect: 'slide'
// add dynamic plugin with optional configuration for bottom edge }).dynamic({ bottom: { direction: 'down', bounce: true } });
Illustration by Chris Philpot.
This article appears in the February 2013 issue of The Washingtonian.