jeady / stat-2b

1 stars 0 forks source link

Use HTML5 Range Input #6

Open jeady opened 11 years ago

jeady commented 11 years ago

The histogram and normhilite charts currently use jquery-ui for their sliders. These sliders are part of html5 so we should use the native browser control for this input type.

jeady commented 11 years ago

NOTE: This will have to wait until FF supports input type=range. Apparently it does not yet.