>> i have a table of values that are presented in a regular html table. >> >> what i would like to do is: >> >> when DELETE is selected in a row, use link_to_remote to do some >> processing on the selected record.. >> >> once this data is is processed, and the controller is done, i would >> like >> to delete that entry using a visual_effect.. >> >> is this possible? >> > just removing the tr element should be ok (not sure about all the > visual effects).
Some of the blind/scroll/fade affects can act a little weird. It will do the effect, then it will reappear then it will be removed. If you go this route just remove the element and not worry about it :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

