Hi,
I'm using the rails sortable_element helper on a list and after it has
been sorted I have used this code:
page['page_' + p.id.to_s].replace :partial => 'page', :locals =>
{ :page => p }
to replace the list items that changed order as the html has to
change.
The problem is that any of the list items that are 'replaced' are now
not sortable. Is this expected behavior and is there a fix or a
workaround?
thanks,
DAZ
on 2008-06-11 11:44
on 2008-06-11 13:38
You're probably better off asking this over in the Ruby on Rails group: http://groups.google.com/group/rubyonrails-talk -- T.J. Crowder tj / crowder software / com