Drupal 类似 jquery 弹出窗口
我正在制作一个供公众使用的 CMS,并期待知道如何在 Drupal 7 中设置 jQuery 弹出窗口。我在 Google 中搜索并找到了许多 jQuery 弹出窗口插件,但问题是 Drupal 以这样的方式设置弹出窗口:您可以轻松地滚动浏览它。
我想知道如何制作类似的东西。
I am making a CMS for public use and looking forward to know how the jQuery popup is setup in Drupal 7. I have searched in Google and found many jQuery popup plugins, but the problem is that Drupal has setup the popup in such a way that you can easily scroll through it.
I want to know how to make something similar to it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道 drupal 是如何做到的,但是你尝试过 jquery UI 吗? 对话框元素是一个非常好的“弹出”/覆盖提供程序。
I don't know how drupal do it but have you tried jquery UI? The Dialog Element is a really good "Popup"/ Overlay provider.