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.
我有一个 jQuery UI 滑块,具有以下设置:
{ min: 10, max: 400, value: 100 }
我的问题是我希望滑块初始状态始终位于滑块的中间,问题是因为最小/最大值滑块总是偏离左侧而不是中心。
有任何想法吗?
将值设置为 205。这将把它放在中间。