<script type="text/javascript"> document.getElementById(''h'').checked=true; show_coords(<%= @pic_comments.to_json %>,"main",''<%=$domain%>/ users/update_picture_div'',<%= @picture.id %>) </script> I have implement this but rails variables are not working. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
This will only work if that script block is in an .erb template. On Jan 28, 1:02 am, Rabia <rabiaakht...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> <script type="text/javascript"> > > document.getElementById(''h'').checked=true; > show_coords(<%= @pic_comments.to_json %>,"main",''<%=$domain%>/ > users/update_picture_div'',<%= @picture.id %>) > > </script> > I have implement this but rails variables are not working.--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
it starts working Cheers Rabia Akhtar On Wed, Jan 28, 2009 at 8:41 PM, jemminger <jemminger-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > This will only work if that script block is in an .erb template. > > On Jan 28, 1:02 am, Rabia <rabiaakht...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > <script type="text/javascript"> > > > > document.getElementById(''h'').checked=true; > > show_coords(<%= @pic_comments.to_json %>,"main",''<%=$domain%>/ > > users/update_picture_div'',<%= @picture.id %>) > > > > </script> > > I have implement this but rails variables are not working. > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---