I\'m trying to use JavaScript drag an image around the screen. I\'ve already written a script that works fine on divs with text, but when I use it on a image it works very inter
Also targ should be assigned only on startDrag and global (without var):
targ
startDrag
global
http://jsfiddle.net/gigyme/YNMEX/132/