search for: right_cont

Displaying 2 results from an estimated 2 matches for "right_cont".

2006 Mar 08
2
fade out and then fade in....how to make it work?
...then another slidedown upon completion of the ajax call. I can''t get the timing correct. How do you do it? Here''s what I''m trying (this does not work) <%= link_to_remote(image_tag(url_for_file_column(product, "image_url"), :update => ''right_content'', :url => { :action => :product_details, :id => product.id }, :loading => visual_effect(:fade, "right_content", :duration => 0.5 ), :complete => visual_effect(:slideDown, "right_content", :dur...
2006 Mar 02
7
Timing of effects before and after Ajax call
Hello, I have a problem with the timing of effects. I do have a tag (with id: post1). When the link is clicked, the block "post1" must BlindUp. Then the block is updated with the new content and then the effect BlindDown is executed. Below is the source code of the link_to_remote I am using. <%= link_to_remote("Ajax Edit", :update =>