jqSimpleConnect

Overview

jqSimpleConnect is a lightweight JavaScript library which provides the functionality for visually connect elements in a web page. It uses <div> elements to draw the connectors, in order to avoid dependencies with SVG and Canvas and in order to be more fast and simple.

His only requirement is jQuery, another JavaScript library, which must be included in the web page along with jqSimpleConnect.

jqSimpleConnect is free software, is licensed under LGPL v3, so it can be used in both open source and commercial projects.

Use

In order to use jqSimpleConnect, the only thing that you have to do is to include the JavaScript files of jqSimpleConnect and jQuery into your page's <head> tag:

<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jqSimpleConnect.min.js"></script>
            

API Documentation

jqSimpleConnect is really simple, it only has five methods:

A full description of each method can be found here

Examples

You can find examples of the use of jqSimpleConnect in the following pages: