update_categories.js.erb 205 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 <% content = render :partial => 'shared/select_categories', :locals => {:object_name => object_name, :multiple => true}, :layout => false %> jQuery('#select-categories').html('<%= j(content) %>');