How to update html5 range on change of a text input?

前端 未结 6 1454
忘掉有多难
忘掉有多难 2021-02-07 13:59

I have a html5 range input and a text box input. When the range changes, the text box will get updated. But what should I do so that when I put a number in the text box, the ran

6条回答
  •  时光说笑
    2021-02-07 14:33

    It's actually quite easy. It's all written in jQuery Tools API documentation. So I changed my code to this and it worked:

提交回复
热议问题