ruisoftware / jquery-rsSliderLens

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

Event destroy does not correctly cleans up all the markup #6

Closed ruisoftware closed 5 years ago

ruisoftware commented 5 years ago

The call to $slider.rsSliderLens('destroy') leaves out some elements in the page. All the html elements should be completely removed. The page should be restored to the state it was before the plugin was created.