June 2010
2 posts
jsPlumb basics
In this post I’m going to attempt to provide you with a basic overview of the concepts used by the jsPlumb plugin.  If jsPlumb is new to you then maybe you might want to take a look here: http://jplumb.org In a nutshell, jsPlumb offers you the ability to visually link elements of your HTML pages together, using what we call Connections.  A Connection appears as a line of some description -...
Jun 29th
2 notes
Introducing jsPlumb
jsPlumb is a jQuery plugin that enables you to connect elements on an HTML page with visual links, both statically, and, from version 1.1.0, by clicking and dragging with the mouse. there are several demonstration pages available at http://morrisonpitt.com/jsPlumb/html/demo.html the code is open sourced and MIT-licensed, and is hosted on Google Code at http://code.google.com/p/jsplumb/ this...
Jun 25th