HTML5 input type range show range value

后端 未结 12 1361
野趣味
野趣味 2020-11-28 01:51

I am making a website where I want to use range slider(I know it only supports webkit browsers).

I have integrated it fully and works fine. But I would like to use a

12条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-28 02:20

    an even better way would be to catch the input event on the input itself rather than on the whole form (performance wise) :

                                                           
    
    0
    

    Here's a fiddle (with the id added as per Ryan's comment).

提交回复
热议问题