README - jscancer - Javascript crap (relatively small) | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
README (580B) | |
--- | |
1 loadscript | |
2 ========== | |
3 | |
4 Small script to load other scripts. Particulary useful to load bloated s… | |
5 on-demand. | |
6 | |
7 | |
8 FEATURES | |
9 -------- | |
10 | |
11 - Small: | |
12 - Filesize: +- 1KB. | |
13 - Lines: +- 50, not much code, so hopefully easy to understand. | |
14 - No dependencies on other libraries like jQuery. | |
15 - Permissive ISC license, see LICENSE file. | |
16 - Officially supported browsers are: | |
17 - Firefox and Firefox ESR. | |
18 - Chrome and most recent webkit-based browsers. | |
19 - IE10+. | |
20 | |
21 | |
22 USAGE | |
23 ----- | |
24 | |
25 | |
26 EXAMPLES | |
27 -------- | |
28 | |
29 See example.html for an example. | |
30 | |
31 | |
32 Author | |
33 ------ | |
34 | |
35 Hiltjo Posthuma <[email protected]> |