Hi,
I'm trying to execute a .rjs, but instead of executing the javascript code, the javascript code is shown on the html. Does any one know why?
Do you render with :layout => false ?
Like: render :template => 'logi/ajax_vote', :layout => false
Wybo