Skip to content

Instantly share code, notes, and snippets.

View ElchananLevavi's full-sized avatar

Elchanan Levavi ElchananLevavi

View GitHub Profile
@tutweb
tutweb / scroll-play-video.html
Created September 6, 2014 06:29
Scroll to play video using jquery
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Scroll untuk play video | Tutorial-Webdesign.com</title>
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script>
function scrollVideo() {
var video = $('#video').get(0),
videoLength = video.duration,