I am using jQuery 1.7.3 and jQuery UI 1.9.1.
I am using the jQuery range slider (http://jqueryui.com/slider/#range). I have several sliders set up on the page that work really well and some that work really poorly. My thought is that jQuery doesn't know exactly how to create the right data points to make them run smoothly, or there are not enough data points between the low and high numbers.
These ranges slide really well because they slide smoothly:
Impedance 50ohm - 64ohm
Width 1.4in - 5.8in
Cable length 300cm - 1500cm
Cable length 2ft - 250ft
Depth 6.392in - 12.5in
Depth 161mm - 318mm
These ranges slide really poorly, because they slide are jerky:
Shipping Weight 0.2kg - 2.2kg
Depth 0.9in - 1.16in
Shipping Weight 1lbs - 2lbs
Shipping Weight 0.008kg - 0.5kg
Is there any way to defined the number of data points that a slider should have? Is there any way to create a smoother slider? I have found no documentation to help with this.