Sorry I'm a newb at this ... looking to click on a picture and drag it into another div but keeping the original picture in the same position and state. I had a go at this but failed! Thanks in advance for the help.
<div id="#user3profile" >
<img src="pic/user3.png" class="userprofilepic" id="userprofile3" width="88" height="70">
</div>
<script>
$(".userprofilepic").draggable({ helper: 'clone'});
</script>