function ajouter_favoris(id){$.get("/videos/ajouter_favoris/"+id+"/",function(data){alert(data);});return false;}