> Hi, > > I love the interface plug-ins, but they lack the functionality to resort > elements on load. In my case this mostly concerns the sortables. > > What do you mean, that you want to print your HTML and "sort" the list after it is build (using array/hash)? Why not add some business logic, and make sure the list has the correct state when building it?
e.g. instead of this: * item3 * item2 * item5 * item1 * item4 make sure it prints like this: * item1 * item2 * item3 * item4 * item5 Making the sortable "resort" itself requires a custom function, since everybody uses the sortables with different content. Or maybe i don't understand what you mean. -- Gilles _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
