var selector = "#rostra_question_<%= @question.id %> .vote_wrapper"; $(selector).replaceWith('<%= escape_javascript(render partial: 'rostra/shared/votes', locals: { resource: @question }) %>');