Nope not working. Showing <i>buildshelf/remove_card.js.rjs</i> where line <b>#6</b> raised: <pre><code>ActionView::Helpers::JavaScriptElementProxy#to_str should return String</code></pre>
On Tue, Feb 10, 2009 at 7:01 PM, André l. Leal < rails-mailing-l...@andreas-s.net> wrote: > > Chris Habgood wrote: > > I am trying to do an alert showing the value of a div in an RJS: > > page.alert("$('slot3').value") > > > > It gives me an alert but just shows me what is inside the brackets. > > $('slot3').value. > > > > Any ideas? > > How about > page.alert(page['slot3'].value) ? > -- > 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 -~----------~----~----~----~------~----~------~--~---