jquery ui 滑块。请帮忙指正
请帮助解决我的问题。我是 jquery ui 的新手。并尝试创建jquery滑块: http://jsfiddle.net/InviS/LYE8B/4/ 但它超出了我的正确位置(参见示例)。我怎样才能限制滑块?
help please to fix my problem. i am newby in jquery ui. And have tried to create jquery slider:
http://jsfiddle.net/InviS/LYE8B/4/
But it outstep my in right position (see example). how can i limit the slider?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这里:http://jsfiddle.net/NAC7b/10/。
这有点 hacky,但我将滑块包裹在父
内,并为滑块指定了
93%
的最大宽度。这是我更改的 CSS:和 JavaScript:
Here you go: http://jsfiddle.net/NAC7b/10/.
It's a bit hacky, but I wrap the slider within a parent
<div>
, and give the slider a max-width of93%
. Here's my changed CSS:And JavaScript: