I''m working on a sortable list in rails and as soon as I sort I get errors counting up like stockmarket Image of Error: http://img153.imageshack.us/img153/5584/crazyerrorzs3.jpg My code chunk: <%= sortable_element "categories", :tag => ''div'', :only => ''sortable'', :handle => "drag_handle", :complete => visual_effect(:highlight, "category_listing"), :url => reorder_forums_path %> Any ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Christophe Porteneuve
2008-Feb-18 07:45 UTC
Re: Sortable Errors clocking up like there''s no tommorow
OmenKing a écrit :> :complete => visual_effect(:highlight, "category_listing"), > :url => reorder_forums_path %>Looks like you don''t have a id="category_listing" element… Or perhaps you have MULTIPLE such id''s and you''re on IE… -- Christophe Porteneuve aka TDD tdd-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Walter Lee Davis
2008-Feb-18 14:52 UTC
Re: Sortable Errors clocking up like there''s no tommorow
I got this error when I had a mismatch between Prototype and Scriptaculous. Quite alarming to watch the numbers mount in Firebug, I thought my browser would crash! Walter On Feb 18, 2008, at 2:45 AM, Christophe Porteneuve wrote:> > OmenKing a écrit : >> :complete => visual_effect(:highlight, "category_listing"), >> :url => reorder_forums_path %> > > Looks like you don''t have a id="category_listing" element… Or perhaps > you have MULTIPLE such id''s and you''re on IE… > > -- > Christophe Porteneuve aka TDD > tdd-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Category Listing didn''t exist, you were correct. I don''t know how I didn''t noice that. On Feb 18, 9:52 am, Walter Lee Davis <wa...-HQgmohHLjDZWk0Htik3J/w@public.gmane.org> wrote:> I got this error when I had a mismatch between Prototype and > Scriptaculous. Quite alarming to watch the numbers mount in Firebug, > I thought my browser would crash! > > Walter > > On Feb 18, 2008, at 2:45 AM, Christophe Porteneuve wrote: > > > > > OmenKing a écrit : > >> :complete => visual_effect(:highlight, "category_listing"), > >> :url => reorder_forums_path %> > > > Looks like you don''t have a id="category_listing" element... Or perhaps > > you have MULTIPLE such id''s and you''re on IE... > > > -- > > Christophe Porteneuve aka TDD > > t...-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---