Open ghost opened 12 years ago
Actually, the UISlider control is only in the regular ChocolateChip-UI version. When I did the jQuery port, I left it out since jQuery already has many really good plugins for range sliders. The Zepto version is a conversion of the jQuery port.
That said, if you needed a range slider you can simply use the HTML5 range input for the same purpose. I've been thinking of dumping the UISlider in favor of the native HTML range slider for a while. It's actually fairly easy to style the range input to look like whatever you need. It also automatically support range increases.
I put a page in the Wiki to explain how to use the HTML5 range input.
A call to the UISlider function results in an error:-
TypeError: 'undefined' is not a function (evaluating '$.UISlider("#opacitySliderControl")')
I've searched the CHUI.js file and UISlider is not found?