On Jan 10, 2006, at 10:43 AM, Andrew Kaspick wrote:

Can you not add the code in your display_cart view?

Just put something like <%= visual_effect :highlight,
'cart_item_'[EMAIL PROTECTED] %> in the display_cart template (maybe
add some logic to only perform the effect if it's a xhr request) and
since rendering of that view is essentially going to happen when the
request is complete it should accomplish the same thing no?


You'd _think_ that'd work... but I don't seem to be able to. The generated HTML looks OK, but the effect never triggers.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to