jquery.pandoravideo.js/index.html

19 lines
465 B
HTML
Raw Normal View History

2012-05-07 04:09:24 +05:30
<!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 08:21:08 +05:30
$('#padmavideo').padmavideo();
});
</script>
2012-05-07 04:09:24 +05:30
</head>
<body>
2012-05-07 08:21:08 +05:30
<div id="padmavideo" data-padma-id="DJ" data-padma-layers="transcripts, descriptions, keywords, places">
</div>
2012-05-07 04:09:24 +05:30
</body>
</html>