Hello Folks, I have a partial that it''s displayed only when the user select "yes" on a select box (I do that thru observe_field) The partial (_text.rhtml) code is: [code]<p>you have selected YES</p>[/code] And it is rendered within a div (id="confirm") on add_object.rhtml I would like the partial is showed using highlight so I added on add_object.rjs this code: [code]page[:confirm].visual_effect :highlight[/code] but it doesn''t work. Where Am I wrong ??? Have I to create a _text.rjs and adding the visual effect in this file ??? THANK YOU -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---