README - jscancer - Javascript crap (relatively small) | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
README (511B) | |
--- | |
1 xhrform | |
2 ======= | |
3 | |
4 Script to send a form with a submit button using XMLHttpRequest (ajax) i… | |
5 simple way. | |
6 | |
7 | |
8 FEATURES | |
9 -------- | |
10 | |
11 - Small: | |
12 - Filesize: +- 2KB. | |
13 - Lines: +- 60, not much code, so hopefully easy to understand. | |
14 - No dependencies on other libraries like jQuery. | |
15 - (Graceful) fallback to a normal form if Javascript is disabled. | |
16 - Permissive ISC license, see LICENSE file. | |
17 | |
18 | |
19 USAGE | |
20 ----- | |
21 | |
22 | |
23 EXAMPLES | |
24 -------- | |
25 | |
26 See example.html for an example. | |
27 | |
28 | |
29 Author | |
30 ------ | |
31 | |
32 Hiltjo Posthuma <[email protected]> |