jqTimeline originated as an idea to easily interact with a set of time-based revisions on a group management system for a social media site. The site doesn't exist yet, but what started as a quick drawing in Photoshop turned into a functional plugin.
Because jqTimeline relies on CSS for appearance, the design is very light and extremely flexible. The basic implementation uses no graphics, and most of the stylesheet is to make a pretty CSS3 gradient background.
Hover over a dot to see more information. Click a dot to keep it open. Double-click the timeline to expand or collapse it.
jqTimeline accepts a JSON object with a data element referring to an array of points, or the direct array of points. You can also provide a URL and it will fetch data a JSON object.
Each point is a JSON object (hash) with the following information