Hello,

i implemented a dragable list semilar to railcast 
147<http://railscasts.com/episodes/147-sortable-lists> and 
it works fine.

Each item of my list has a value wich is accumulated ... like this

   - Value A = 3, Sum = 3
   - Value B = 4, Sum = 7
   - Value C = 1, Sum = 8

When i drag Item C on item A i get this

   - Value C = 1, Sum = 8
   - Value A = 3, Sum = 3
   - Value B = 4, Sum = 7

After reload the page it is shown correctly. But i woud like to refresh only 
the list to avoid traffic ...
Maybe someone can give me a hint which command or technic i should use.

thanks
Christian


-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/rHccA-kEfXMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to