jquery 自动调整网页界面大小?
我一直在使用 jquery 进行设计并使用 jquery UI 小部件..但一直在设计 1024 x 768 ...
是否有任何技巧或插件(最好与 jquery UI 一起使用)来自动调整我的界面元素的大小
...当有人以更高分辨率查看它时,它看起来就不那么小了。
有人对此有什么建议吗?
谢谢
I have been designing with jquery and using the jquery UI widgets .. but always been designing for 1024 x 768 ...
Is there any tricks or plugins (preferably that work with jquery UI) to automatically resize elements of my interface ...
that way when somebody views it at a higher resolution it doesn't look so small..
Anybody have any tips on this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,我没有机会过多地使用 jQuery,但 ExtJS 有一个很好的概念 布局 可以完美地工作(我只提到这个,因为我相信你正在寻找类似这些布局但适用于 jQuery 的东西)。 在 jQuery 网站上浏览一下,可能有一些插件可以帮助您实现您正在寻找的目标:
Flexify - 这听起来像您正在寻找的东西,让您可以制作占用浏览器中可用空间的流畅界面。
Columizer - 这使您可以创建随浏览器调整大小的报纸栏样式布局
jQuery 布局类别中的所有插件
希望有所帮助,有一天我必须花更多时间jQuery ><
Unfortunately I've not had a chance to mess with jQuery that much but ExtJS has a nice concept of Layouts that would work perfectly (I only mention this cause I believe you are looking for something like those layouts but for jQuery). Looking around on the jQuery website there may be some plugins for you that could help achieve what you are looking for:
Flexify - This sounds like what you are looking for, lets you make fluid interfaces that take up the available space in a browser.
Columizer - This lets you create newspaper column style layouts that resize with the browser
All plugins in the layout category on jQuery
Hope that helps, someday I have to spend some more time with jQuery ><