Skip to content

Instantly share code, notes, and snippets.

Created July 10, 2014 10:37
Show Gist options
  • Save anonymous/273fb389cd0f01f12afe to your computer and use it in GitHub Desktop.
Save anonymous/273fb389cd0f01f12afe to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link href="http://code.jquery.com/ui/1.9.2/themes/smoothness/jquery-ui.css" rel="stylesheet" type="text/css" />
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
<script src="http://www.jawish.org/blog/uploads/jquery.gdocsviewer.min.js"></script>
<!-- <script src="http://www.jawish.org/blog/uploads/jquery.zohoviewer.min.js"></script> -->
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<a href="http://gurumaa.com/test/ra-07-2014.pdf">Dn</a>
</body>
</html>
$(function(){
$('a').gdocsViewer();
//$('a').zohoViewer();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment