-
Notifications
You must be signed in to change notification settings - Fork 2
Description
When multiple rangesliders of the type shown in the first card, "Basic example..." are created with arbitrary ids, the sliders after the first one do not initialize: The div containers and their contents that are added after the first rangeslider input element (with attributes "ex1" data-slider-id='ex1Slider') are not added to the second one with arbitrary attributes (i.e. id="ex77" data-slider-id='ex77Slider').
Here is the test site:
https://django-gradient-pro.appseed-srv1.com/ac_rangeslider.html
Here is a complete example of the slider that does not initialize when added to the template after the example slider:
<input id="ex77" data-slider-id='ex77Slider' type="text" data-slider-min="0" data-slider-max="20" data-slider-step="1" data-slider-value="14" />