jquery.pandoravideo.js/index.html

19 lines
462 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() {
$('.padmaVideo').padmavideo({
'callback': function(video) { console.log(video); foo = video;}
});
});
</script>
2012-05-06 22:39:24 +00:00
</head>
<body>
<div class="padmaVideo" data-padma-id="ABC"></div>
2012-05-06 22:39:24 +00:00
</body>
</html>