Skip to content

Instantly share code, notes, and snippets.

@1littleOrc
Created February 14, 2017 10:07
Show Gist options
  • Save 1littleOrc/73aa8b2ab36d3829d74d82199ee884f0 to your computer and use it in GitHub Desktop.
Save 1littleOrc/73aa8b2ab36d3829d74d82199ee884f0 to your computer and use it in GitHub Desktop.
$( "#l2" ).mouseover(function() {
var state;
if(state === false) {
$('#bg-1').attr('src', 'video-bg/Mp4/Huppa.mp4');
$('#bg-2').attr('src', 'video-bg/Webm/Huppa.webm');
$("video")[1].load();
state = true;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment