We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b3692 commit cf68657Copy full SHA for cf68657
README.md
@@ -66,7 +66,7 @@ with a regular `<script>` tag. This should even work with jQuery.
66
67
<script>
68
var mySlider = new RangeSliderPips({
69
- target: document.querySelector("#mySlider"),
+ target: document.querySelector("#my-slider"),
70
props: { values: [50], pips: true }
71
});
72
</script>
0 commit comments