Displaying 1 result from an estimated 1 matches for "semilar".
Did you mean:
semifar
2011 Sep 23
1
Need hint. Refresh sortable-list after draging element
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,...