0

我有 4 个滑块,应该加起来 100。如果用户滑动前三个滑块并组合到总共 75 个,第四个滑块应该能够超过这个。我目前的逻辑设置为在滑块达到数量时停止计数,但我无法让滑块停止。

这是关于 jsfiddle 的示例

谁能告诉我为什么滑块不会停止滑动?我确信这可能是我错过的相对容易的事情。

谢谢!

4

1 回答 1

0

This works for me:

http://jsfiddle.net/wroniasty/A2YsU/2/

I believe calling val() within change handler is causing the problems.

于 2012-09-18T15:23:03.207 回答