Anyone else having problems with remote_function and firefox 3? It
doesn’t seem to make the AJAX call and firebug doesn’t offer any info.
Doesn’t reach the controller. Works ok in Firefox 2.
Thanks
<% remote_function :url => {:action => ‘show_people’} %>
Projects
<%= collection_select(:project, :project_categories_id,
ProjectCategory.find(:all, :order => "name"), :id, :name, {:prompt =>
"-Select a category"}, :id => 'id_selected') %>