Ok, thanks.  What I am really trying to do is this which I have been banging
my head against:
How do I get the dom id to come in?
The 2nd line prints properly in firebug and shows the value but the first
line just has "#...@next" in it not the value.
Same idea as the alert but an IF condition I think.

page << 'if ($("#...@next}").value == "APS") {'
page[:"#...@next}"].replace_html 'moo'
page << '}'
On Tue, Feb 10, 2009 at 7:23 PM, André l. Leal <
rails-mailing-l...@andreas-s.net> wrote:

>
> Guess you are right... I thought that it might work...
>
> anyway.. you could just stay with raw javascript:
>
> page << "alert($('test_alert').value);"
>
> But I'll try to find a better solution...
>
>
> --
> 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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to