example.html - jscancer - Javascript crap (relatively small) | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
example.html (496B) | |
--- | |
1 <label id="somelabel" data-value="Oh hai">Click on the button, the text … | |
2 <input type="button" onclick="javascript:clipcopy_datavalue(document.get… | |
3 | |
4 <br/> | |
5 | |
6 <label>Click on the button, the text copied should be "Something".</labe… | |
7 <input type="button" onclick="javascript:clipcopy('Something');" value="… | |
8 | |
9 <script type="text/javascript" src="clipcopy.js"></script> | |
10 <script type="text/javascript"></script> |