如何使用默认的 simplemodal 设置将垂直滑块添加到 simplemodal 弹出窗口?
如何使用默认的 simplemodal 设置将垂直滑块添加到 simplemodal 弹出窗口?弹出窗口约为 800 像素,基础 div 为 400 像素。
How do I add a vertical slider to a simplemodal popup with default simplemodal settings? The popup is ~800px and the base div is 400px.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 jQueryUI 库,它具有您可能需要的所有选项。
检查这些链接以获取更多信息:
对于对话框: http://jqueryui.com/demos/dialog/
对于滑块: http://jqueryui.com/demos/slider/
Jim
You can use the the jQueryUI library which has all the options you propably need.
Check these links for more information:
for the dialog: http://jqueryui.com/demos/dialog/
for the slider: http://jqueryui.com/demos/slider/
Jim
如果我理解您的请求,这个演示应该可以帮助您开始:
http://jsfiddle.net/ericmmartin/r9BPZ/< /a>
它使用 SimpleModal 和 jQuery UI Slider。
根据需要调整 CSS/JS。
If I understand your request, this demo should get you started:
http://jsfiddle.net/ericmmartin/r9BPZ/
It uses SimpleModal and the jQuery UI Slider.
Adjust the CSS/JS as needed.