Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating vertical timelines with Javascript/jQquery

I saw other questions about libraries to create timelines with Javascript. There are some libraries, but they create horizontal timelines, but I want to create a vertical.

So, which is a good library to create vertical timelines?

I don't want a timeline like Facebook with posts, but a simple timeline with years and items like in this question, but vertical instead of horizontal.

like image 304
Renato Dinhani Avatar asked May 02 '12 17:05

Renato Dinhani


2 Answers

I have a jQuery plugin to create a simple vertical timeline. See this for background and this for a demo.

like image 140
technoTarek Avatar answered Nov 14 '22 12:11

technoTarek


If you want to do a FB like timeline jQuery mansonry is quite good and with a bit of CSS is enough to create the core timeline. Then add what you want to it, I know there is even a tutorial out there for it but can't find it. http://masonry.desandro.com/

Otherwise there is this project

Here is the FB timeline tutorial, not the best but help getting the basic in place

like image 25
GillesC Avatar answered Nov 14 '22 13:11

GillesC