jquery.pandoravideo.js/index.html

19 lines
465 B
HTML
Raw Normal View History

2012-05-06 22:39:24 +00:00
<!doctype html>
<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="padmavideo.js"></script>
<script type="text/javascript">
$(function() {
2012-05-07 02:51:08 +00:00
$('#padmavideo').padmavideo();
});
</script>
2012-05-06 22:39:24 +00:00
</head>
<body>
2012-05-07 02:51:08 +00:00
<div id="padmavideo" data-padma-id="DJ" data-padma-layers="transcripts, descriptions, keywords, places">
</div>
2012-05-06 22:39:24 +00:00
</body>
</html>