I have a list of complex entities (divs), that are scored. The list will be sorted based on updates from the server as the user fills out a form.
What i haven't figured out is how to animate the entities into their new positions. I don't want to just refresh the list.
Is there a magic JQuery technique that achieves this?