README - jscancer - Javascript crap (relatively small) | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
README (414B) | |
--- | |
1 clipcopy | |
2 ======== | |
3 | |
4 Script to copy some text to the clipboard, if the browser allows it. | |
5 | |
6 | |
7 FEATURES | |
8 -------- | |
9 | |
10 - Small: | |
11 - Filesize: +- 1KB. | |
12 - Lines: +- 25, not much code, so hopefully easy to understand. | |
13 - No dependencies on other libraries like jQuery. | |
14 - Permissive ISC license, see LICENSE file. | |
15 | |
16 | |
17 EXAMPLES | |
18 -------- | |
19 | |
20 See example.html for an example. | |
21 | |
22 | |
23 Author | |
24 ------ | |
25 | |
26 Hiltjo Posthuma <[email protected]> |