Displaying 1 result from an estimated 1 matches for "elgibile_song".
Did you mean:
elgibile_songs
2006 Jun 01
0
Possible RJS Implementation?
...ine on both lists when an item
is selected. It''s the dynamically adding a new div id on the other list
that''s giving me some issues.
Here''s what I currently have for the remove and add to list:
The items that are available:
----------------------------
<div id="elgibile_songs_holder">
<% for song in @elgibile_songs %>
<div class="elgibile_song" id="elgibile_id_of_<%= song.id %>">
<div class="elgibile_title"><%= song.title %></div>
<div class="elgibile_...