jqmodal 可以滚动

发布于 2024-08-16 21:51:17 字数 120 浏览 8 评论 0原文

有没有办法让我的 jqModal 可滚动?我正在通过ajax加载内容,这有帮助吗?

我尝试添加溢出:滚动并显示滚动条,但它被禁用并显示整个内容。

有什么想法吗?

谢谢, 罗德查尔

Is there a way to make my jqModal scrollable? I'm loading the content via ajax if that helps any?

I tried adding the overflow: scroll and the scroll bars show up but it's disabled and shows the entire content.

Any ideas?

Thanks,
rodchar

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

戈亓 2024-08-23 21:51:17

或者,如果您只想在使用页面滚动条时让 jqModal 面板滚动,则可以在 jqModal CSS 中将position:fixed 更改为position:absolute。

Or if you just want your jqModal panel to scroll when you use the page's scrollbar, you can change position:fixed to position:absolute in the jqModal CSS.

分開簡單 2024-08-23 21:51:17

我刚刚添加了高度(像素或百分比)和溢出:自动

I just added a height (pixels or percent) and overflow: auto

醉梦枕江山 2024-08-23 21:51:17

查看 jScrollPane。看起来很容易使用。您只需在将内容放入 div 后调用它即可。

$('#selector').jScrollPane();

Check out jScrollPane. Looks pretty easy to use. You'd just call it after you've put the content into the div.

$('#selector').jScrollPane();
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文