How do I make html5 slider (input type='range') work in Firefox

后端 未结 1 698
梦如初夏
梦如初夏 2020-12-18 21:19

I try to use html5 element, which is


It is supposed to be a slider. It wo

相关标签:
1条回答
  • 2020-12-18 22:02

    This is not supported in Firefox before version 23. For a Javascript implementation in versions 4 and up, please see http://frankyan.com/labs/html5slider/ .

    According to Jonathan Watt's comment on the bug report linked above, support has been added to the Firefox development branch and was released with version 23.

    0 讨论(0)
提交回复
热议问题