I am looking at this jsPlumb example: http://jsplumb.org/jquery/flowchartConnectorsDemo.html
You will see that the drag and drop of the boxes works perfectly, but when you save the complete webpage locally the drag and drop doesn't work anymore.
I have tried changing the paths to the JS files, i tried using latest versions of jqueryUi and jquery instead of the ones from the website, with no success. I have also tried saving the page with Safari and Chrome and FF, the same thing happens.
This happens with any of their examples, and you will also notice that on the local copy, the left-side window (the one where you can select the render type and the library...etc), appears TWICE.
Also the drag and drop works on that window but not on the 4 squares from the example.
Can anyone help me with this please, or can direct me to some working examples (that can work on a local copy).
Thank you.