I'm trying to add a round slider to one of the questions in my survey. I have tried using the following Javascript code:
$("#slider1").roundSlider({ sliderType: "min-range", value: 80, svgMode: true });
with the associated HTML code:
">https://code.jquery.com/jquery-3.2.1.js">https://cdn.jsdelivr.net/npm/round-slider@1.6.1/dist/roundslider.min.css"rel="stylesheet" />">https://cdn.jsdelivr.net/npm/round-slider@1.6.1/dist/roundslider.min.js">
However, once the user tries to adjust the slider, it disappears. Can anyone help me with this issue?