Skip to content

Instantly share code, notes, and snippets.

@wainori2199
Created April 22, 2018 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wainori2199/f1265bdda02c2d64ee0bdee051126df2 to your computer and use it in GitHub Desktop.
Save wainori2199/f1265bdda02c2d64ee0bdee051126df2 to your computer and use it in GitHub Desktop.
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.12.3.min.js"></script>
<script>// <![CDATA[
$('.youtube').click(function(){
video = '<iframe src="'+ $(this).attr('data-video') +'" frameborder="0" width="480" height="270"></iframe>';
$(this).replaceWith(video);
});
// ]]></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment