Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created April 2, 2011 05:50
Show Gist options
  • Select an option

  • Save meltzerj/899269 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/899269 to your computer and use it in GitHub Desktop.
$("#video_<%= @video.id %>").parent().parent().children(".topic_holder").html('<% @video.topics.uniq.each do |topic| %><div class ="topic"><%= link_to "#{topic.name}", '#', :class => 'topic_link' %><%= link_to "x", @topicable, :method => :delete, :class => 'topic_delete' %></div><% end %>');
$(".edit_video")[0].reset();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment