Jquery 对话框窗口大小
如何使 JQuery 对话框大小适合窗口大小?
我尝试使用“auto”,但这只是使其大小适合其元素,而且我不想指定 px 的 b/c,因为这不会是动态的。谢谢!
How do I make a JQuery dialog size to the size of the window?
I tried using 'auto' but that just makes it size to its elements, and I don't want to specifiy the px's exactly b/c that won't be dynamic. thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在这里进行了一些猜测,但是您可以使用以下方法获取窗口的大小:
因此,我将采用该值,并将该值传递给 jQuery 对话框。
I'm taking a little bit of a guess here, but you can get the size of the window using:
So, I would take that, and pass that value to the jQuery Dialog.