README - jscancer - Javascript crap (relatively small)
(HTM) git clone git://git.codemadness.org/jscancer
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
README (548B)
---
1 tooltip
2 =======
3
4 small tooltip script for use with XMLHttpRequest (AJAX).
5
6
7 FEATURES
8 --------
9
10 - Small:
11 - Filesize: +- 2.4KB.
12 - Lines: +- 75, not much code, so hopefully easy to understand.
13 - No dependencies on other libraries like jQuery.
14 - Permissive ISC license, see LICENSE file.
15 - Officially supported browsers are:
16 - Firefox and Firefox ESR.
17 - Chrome and most recent webkit-based browsers.
18 - IE10+.
19
20
21 EXAMPLES
22 --------
23
24 See example.html and tooltipxhr.css for an example.
25
26
27 Author
28 ------
29
30 Hiltjo Posthuma <hiltjo@codemadness.org>