Hi all, I need to implement a list of clickable items. The items are quite complex (a lot of html for cosmetic reasons). Each item has different parts that are clickable (little icons with different actions to perform). Items can change over time (new items come in, old ones go away, some are modified). For performance reasons I would like to keep the list up to date sending differences (new items to insert, old items to remove, items to be modified). What kind of design do you suggest me? Should I use Ajax.Updater to update the list with html coming from the server? What''s the best practise to hook the clickable items with the javascript functions? Any suggestion on how prevent leaking? With Ajax.Updater is probably impossible to receive just the differences, Is there a better design than using Ajax.Updater? Thanks in advance. -- Federico. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---