[jQuery] moving Div to a Div

[jQuery] moving Div to a Div


Dear FOlk ,
I have a shopping cart when I click on the ( Buy this ) Button the
product will be added to the Basket , the think is I would like to
move the Image into the shopping automatically without any
dragging ... so I need to move one Div to another DIv with jQuery
animation could we let the system know where the destination is ...
for example : I'd like this to be Graphically ... I think animate
would help me ...
<div class="data">
some Data
</div>
<div class='destination'>
data goes here
</div>
$(".data").move(".destination");
thanks and regards Pedram