Hi I am trying to highlight the child div of attendees_box which is the attendee_id
so far this is my code <pre> page.replace_html "[EMAIL PROTECTED]", :partial => "attendees", :collection => @event.members page.visual_effect(:highlight, "[EMAIL PROTECTED] [EMAIL PROTECTED]") </pre> I can highlight the parent div with no problem, but when i try to highlight attendee_id div i get an error RJS error: [object Object] what is the correct syntax to get to the child element? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

