Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created April 2, 2011 05:28
Show Gist options
  • Save meltzerj/899259 to your computer and use it in GitHub Desktop.
Save meltzerj/899259 to your computer and use it in GitHub Desktop.
select: function(event, ui) {
var url = $('.edit_video').attr('action');
var val = ui.item.topic.name;
$.ajax({type:"PUT", url:url, data:{video:{topic_names:val}}});
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment