A Pen by Ornataweaver on CodePen.
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
Easily cut a <div> you see on Internet and use it as raw data. | |
All the stuff in it will be downloaded for off-line use or lost server use. | |
The date of download can be added to the stuff. |
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
### Keybase proof | |
I hereby claim: | |
* I am ornataweaver on github. | |
* I am ornataweaver (https://keybase.io/ornataweaver) on keybase. | |
* I have a public key ASA0bCBGUJ7Yf22fW3BdPfHgFqoyJIQGFHI5pukXb4-EwQo | |
To claim this, I am signing this object: |
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
<body class="text-center"> | |
<br> | |
<h2>Jokes that I connected via Ajax:</h2> | |
<p class="message"> | |
The joke will go here | |
</p> | |
<button id="getQuote"> | |
Get Message | |
</button> | |
</body> |