http://docs.jquery.com/Effects/animate

You'd do something like:

$('.newdate').animate({
   top: '200px',
   left: '50px'
},800);

- ricardo

On Dec 3, 4:12 pm, Vik <[EMAIL PROTECTED]> wrote:
> On the NetFlix site, if you assign the movie a new position in the
> Queue, the movie flies to the correct new position on its own, without
> being dragged there.
>
> I have a similar situation. I have list of items with dates.  They
> appear on the page sorted by date. I permit the user to assign a new
> date to an item.  After I determine the correct new position on the
> page for this item, based on the new date, is there a way to have this
> item fly to its new position on the page, without having the user
> manually drag it there?
>
> Thanks in advance to all for any info.

Reply via email to