README - jscancer - Javascript crap (relatively small)
HTML git clone git://git.codemadness.org/jscancer
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
README (1046B)
---
1 multi range filter
2 ==================
3
4 Multiple input range filter.
5 Intended for use-case where you need to select a minimum and maximum value
6 within a certain range.
7
8 Where each input range restricts min, max to eachother.
9
10 Requires a modern browser that supports the list attribute (for ticks and
11 snapping to a nearest value).
12
13
14 FEATURES
15 --------
16
17 - Small:
18 - Filesize: +- 3KB (+- 1KB GZIP).
19 - Lines: +- 99, not much code, so hopefully easy to understand.
20 - No dependencies on other libraries like jQuery.
21 - (Graceful) fallback to input range.
22 - Support manual keyboard input for ranges.
23 - Ticks and snapping to a value (requires browser support).
24 - Custom label function to show depending on the value.
25 - Detect decimal values, formatting them nicely (maximum digits required).
26 - Permissive ISC license, see LICENSE file.
27 - Supported browsers are:
28 - Firefox and Firefox ESR.
29 - Chrome and most recent webkit-based browsers.
30
31
32 EXAMPLES
33 --------
34
35 See example.html for an example.
36
37
38 Author
39 ------
40
41