This may not be exactly what you're looking for, but have you looked at jQuery UI's transfer effect?:
http://docs.jquery.com/UI/Effects/Transfer http://ui.jquery.com/repository/latest/demos/functional/#ui.effects.general At the very least you could look at the code and see how to go about something similar. - Richard Richard D. Worth http://rdworth.org/ On Thu, Aug 28, 2008 at 5:02 AM, <[EMAIL PROTECTED]> wrote: > > 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 >