[jQuery] Suggestion for interface / sortables
Hi,
As I said, I am handling this server side for bigger dynamic generated
lists, but sometimes lists are static and I still want to allow simple
resorting of those lists.
In those static cases, I could save the serialized array to a cookie or a
session and would like to restore the order using an initial client side
resorting of the elements.
Currently you are bound to a server side saving of the layout to restore its
order.
Using a client side approach would free you from that, allowing to use
sortables for static pages aswell.
Cheers
Alexander
-----Ursprüngliche Nachricht-----
Von: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] Im
Auftrag von gilles@webunity.nl
Gesendet: Donnerstag, 30. November 2006 08:56
An: jQuery Discussion.
Betreff: Re: [jQuery] Suggestion for interface / sortables