Hi,
I want to hide table rows with an effect and then remove them. I do this with

Effect.Fade(row_id)
Element .remove(row_id)

However, it seems that Element.remove is executed in parallel with
Effect.Fade, so the element disappears without effect. How can an element be removed with an effect?

--
Sava Chankov


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to