+17  A: 
balexandre
any progress on making this work in IE?
Dan Wolchonok
only if you use Silverlight :( no SVG support in IE8 either, only in FF.
balexandre
Does not work in Safari/Chrome/Webkit...
duckyflip
"no one uses that" :) ... it was working only on FF, and now FF and IE ... one browser at a time mate ;) -> I use FF in my Mac ;)
balexandre
i looked into this quickly, it seems like you could do this with excanvas. similary to what flot (http://code.google.com/p/flot/) does.
Dan Wolchonok
i tried that page using IE7 and it didn't work. did you test using IE8?
Dan Wolchonok
I use IE 8 here and works fine... I'll make a new ScreenCast showing both browsers
balexandre
added new screencast with IE8, FF3 and Chrome
balexandre
There's only 1 bug: if you drop short of a person the box stays there. Thus the box, when dropped on a person, goes back to its misplaced position and a line is drawn there. You should implement a snap-back when not dropped on a valid target.
The Wicked Flea
I forgot to mention that the algorithm used for the line, when the box is misplaced, doesn't connect properly; the line goes to the center of the recipient, it would seem.
The Wicked Flea
@The Wicked Flea your right :) this was something I started to answer my own question, some more things to accomplish to have it right. But is a good place to start if someone is searching for the same behavior, don't you agree?
balexandre
I use the Helper as a clone object ... works nicely, thanks for the feedback @The Wicked Flea
balexandre
A: 

what is the need to implement smthing for IE ? It's just a zombie, I'll not trash a minute for it

it works fine on IE.
balexandre
+3  A: 

I'm too new to post a link but if you google "Library for simple drawing with jQuery", you may find what you're looking for. :)

link here

Will Moore
Fantastic, thank you :) I didn't know that was a new SVG version as well...
balexandre
A: 

Great! Impossible is nothing. :)

this is not an answer, please remove it and add it as a comment :) and while you're new to this, please read the FAQ ;)
balexandre
A: 

how to clea, remove any one of line

cheng