Created
September 19, 2014 09:49
-
-
Save xiao99xiao/52cad05d0da93d299757 to your computer and use it in GitHub Desktop.
instatake html demo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>test</title> | |
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js" type="text/javascript"></script> | |
<script src="./libs/jszip.js" type="text/javascript"></script> | |
<script src="./libs/FileSaver.js" type="text/javascript"></script> | |
<script src="./script.js" type="text/javascript"></script> | |
</head> | |
<body> | |
<input type="textfield" name="username" id="username" value="" /> | |
<input type="button" id="download-button" name="Submit" value="Submit" onclick="javascript: parse();" /> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment