Hi All,

I'm looking for a way to append elements with javascript using
javascript.  Basically I have two lists of items.  One has a list of
items with an "ADD" button (using "link_to_remote") and the other has
a list of items with a "REMOVE" button (using "link_to_remote").  When
I click the "ADD" it immediately places the item into the other list.
However, I need to be able to have the newly inserted item perform the
reverse action for "REMOVE".

I see no way (besides, perhaps creating a partial to render a non-
object) to dynamically generate dynamic items of this nature.

Any ideas?


Best.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to