On Tuesday 13 December 2011 05:16 AM, gerbdla wrote:
maybe somebody can help me with this.  I need to execute javascript on
the server side


format.js do
render :update do |page|
   page.insert_html :bottom, content_id, :partial =>
"add_to_favorite_from_dashboard", :locals =>  {:object =>
object, :favorite =>  favorite, :ftype =>  content_id}, :layout=>false

#execute javascript function here
_gaq.push(['_trackEvent',event_category ,event_label, event_action])

end

can I do something like this?

try this code

format.js {render :js => "alert('Yse Javascript working fine.');"}

--
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