Skip to content

Instantly share code, notes, and snippets.

@puzzeljp
Created December 18, 2014 03:52
Show Gist options
  • Save puzzeljp/e4ef50352c311c4d3a67 to your computer and use it in GitHub Desktop.
Save puzzeljp/e4ef50352c311c4d3a67 to your computer and use it in GitHub Desktop.
$("#playvideo").click(function(){
$(".embed-responsive-item")[0].src += "?autoplay=1";
$(this).unbind("click").fadeOut("fast");//or some other way to make sure that this only happens once
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment