Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1-滑块上的值显示为 10 美元,而不是 10.00 美元,甚至更多!2以及我们如何设置滑块是 http://loopj.com/jquery-simple-slider/demo.html 预定义列表,等步和对齐
使用toFixed():
toFixed()
var x = 10; x.toFixed(2); // outputs 10.00