Hmm...
The part I don't understand is that if I have
<div id="details">
<div id="item_1">Item 1</div>
<div id="item_2">Item 2</div>
</div>
Sortable.create('details', {tag:'div'});
on the page with 'details' being the div in which the results are
returned everything works fine. But as soon as I return any info, even
if it's the same as above, the list is no longer sortable.
--~--~---------~--~----~------------~-------~--~----~
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 [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-spinoffs
-~----------~----~----~----~------~----~------~--~---