Don't know much about RoR, but as far as the effects go, you'll have to create a "wrapper" function that adds both the effects in one. If you don't have that, you'll always just overwrite your previous "before" function each time you call it.
The _javascript_ should end up like so...before: functio
I got a question I currently have a form_remote_tag and in it, I would like to
include two :before actions such as :before => %(Element.show('item')), :before
=> visual_effect(:blind_up, 'window') but if I have them as such the last
:before is executated and the first one isn't, how would I be able