jQuery Mobile 和 HTML5 样板
有谁知道如何让 jQuery Mobile 仅在具有特定屏幕分辨率的页面上加载?如果有人从桌面/笔记本电脑浏览器查看页面,我不希望加载 jQuery Mobile,因为我想使用 HTML5 Boilerplate。
例如,如果有人从他们的 iPhone 访问我的页面,我希望 jQuery Mobile 使用我创建的主题格式化该网站,但如果他们从桌面查看它,我不希望 jQuery Mobile 添加所有额外的标签和东西。
谢谢
Does anybody know of a way to make jQuery Mobile load only on pages with certain screen resolutions? I don't want jQuery Mobile to load if somebody is viewing the page from a desktop/laptop browser because I want to use HTML5 Boilerplate.
For example, if somebody visits my page from their iPhone, I want jQuery Mobile to format the site with the theme I have created, but if they view it from their desktop, I don't want jQuery Mobile to add all the extra tags and stuff.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这段脚本将识别屏幕尺寸(在本例中为 699 像素),然后告诉服务器加载与根目录不同的文件夹。只需在服务器上为您的 jquery 移动网站创建一个名为 mobile 的文件夹即可。干杯!
This piece of script will recognize the screen size, in this case 699 px, and will then tell the server to load a different folder than the root. Just create a folder in on your server named mobile for your jquery mobile site and thats it. cheers!
jQM 文档:
jQM Docs: