i''m trying to go through the second edition of Agile Web Development
With Rails and i''m stuck on a small problem that''s driving me
crazy.
I''m trying to use the following code...
page.select("div#notice").each { |div| div.hide }
to hide the div tag on my page with an id of notice <div
id="notice">
I''ve verified that the div tag does exist on the page by viewing the
source, and i''ve gotten all the other javascript thus far to work, so i
don''t think it''s a browser issue.
Any help would be greatly appreciated.
Thanks,
mike
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---