I am looking for a Javascript-Library/jQuery-AddIn or Helper script in general to position a chain of divs in a logical order. i.e.:
A --- > B
^ --- > C ---> D ---> E
| |
-------------------------
Imagine those letters are divs containing some other elements as well. The goal would be to pass in the the order and the html Elements and the positioning would be automatic.
Does someone know a component for this task?
I found
jsPlumpwhich can handle this specific task. It’s an Library forjQuery,MooToolsandYUI3and you can download it here.