index.html
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Webdesigner 31 Jquerytechnieken</title>
<script src="javascript/jquery.js"></script>
<script src="javascript/plugin.js"></script>
</head>
<body>
<div id="player"></div>
<script type="text/javascript">
$(document).ready(function() {
$("#player").youtube("aMBxZMxz2S8", 480, 290);
});
</script>
</body>
</html>
<html>
<head>
<title>Webdesigner 31 Jquerytechnieken</title>
<script src="javascript/jquery.js"></script>
<script src="javascript/plugin.js"></script>
</head>
<body>
<div id="player"></div>
<script type="text/javascript">
$(document).ready(function() {
$("#player").youtube("aMBxZMxz2S8", 480, 290);
});
</script>
</body>
</html>