Improving Web Page Functionality | Raspberry Pi Pico Workshop: Chapter 5.4

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 2

  • @banalestorchid5814
    @banalestorchid5814 หลายเดือนก่อน

    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!

    • @Core-Electronics
      @Core-Electronics  หลายเดือนก่อน

      Thanks for letting us know, we will take a look at that!