Skip to content

Instantly share code, notes, and snippets.

@sinedoOo
sinedoOo / howTo.md
Last active March 21, 2016 08:23 — forked from alojzije/connectHTMLelements_SVG.png
Connect two vertical aligned elements / draw a path between two elements with SVG path (using jQuery)

vertically connect html elements with SVG path

Gist contains a javaScript file svgDraw.js for connecting any vertically aligned html elements with an SVG path in a pipe-like fashion.

Also, index.html, and style.css are provided for demonstration purposes.