Hi,

I am using Sortable to sort potentially long lists of 100+ elements.

Sortable itselfs works fast. Each list item contains a select-box with
its position. We want to keep that select box to have a non-js
fallback to sort the list.

After each drag&drop the whole list has to be updated. I have to
change value, name and options of each select box.

I am doing this by creating new html-code and using Element.replace()
to exchange the html.

This is unfortunately very slow. I also tried to use insert() and then
remove() but it doesn't really work faster.

Any suggestions?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
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/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to