Good video but there is an error on your course website. The html in your code has the line: @ltinput id="slider" type="range" min="0" max="100" onchange="updateSlider(this.value);"@gt But should be: @ltinput type="range" min="0" max="100" value="50" onchange="window.location.href = '/slider1?' + this.value "@gt With the @lt @gt being < and > respectively, thus: and
Good video but there is an error on your course website.
The html in your code has the line:
@ltinput id="slider" type="range" min="0" max="100" onchange="updateSlider(this.value);"@gt
But should be:
@ltinput type="range" min="0" max="100" value="50" onchange="window.location.href = '/slider1?' + this.value "@gt
With the @lt @gt being < and > respectively, thus:
and
This took me A LONG time to figure out!
Thanks for letting us know, we will take a look at that!