Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Elastic lists in Javascript [closed]

I recently came across Elastic Lists & found them totally cool.

Is anyone aware of a javascript library which can give me elastic lists ? If not , any tips on writing it myself too would be most welcomed. :)

Thanks,

like image 752
Nikhil Garg Avatar asked Jul 01 '10 16:07

Nikhil Garg


1 Answers

+1 on Elastic Lists. I've played around with their ilk in some Adobe Flex applications and they are a lot of fun and very powerful. I don't know of any JavaScript / HTML libraries already written for generating them, but I feel like you could adapt some of the controls and behaviors in the JQuery and JQuery UI Library into an Elastic List type control. I can offer an additional link to some nice usability studies on Elastic Lists and multi-faceted search/navigation, hopefully that will help you along if you end up creating your own interface. Best of luck, and if you end up writing it yourself, open source it on GitHub or someplace similar, I'd be interested in contributing.

EDIT:

I just remembered that in addition to the usability studies there is some open source code on that site as well that is used in that Nobel Prize winners demo that you linked to, as well as some several other examples of elastic lists.

like image 70
Ryan Lynch Avatar answered Oct 16 '22 16:10

Ryan Lynch