ruisoftware / jquery-rsSliderLens

UI slider control that magnifies the current value
MIT License
22 stars 5 forks source link

Changing the range fails #3

Closed ruisoftware closed 7 years ago

ruisoftware commented 7 years ago

Trying to change the current range properties, $yourPlugin.rsSliderLens('option', 'range', { type: [ -20, 55 ], draggable: true }) does nothing, as a new range does not become visible. After this, any mouse events causes further exceptions to be thrown.

ruisoftware commented 7 years ago

Besides fixing this issue, I've also greatly improved the jquery-rsSliderLens/src/demo/test.html.