javascript - jQuery 移动解剖与全尺寸混合?

标签 javascript jquery html css

我想对移动和全尺寸查看模式使用相同的 HTML 标记。你认为我应该无论如何都遵循 jQuery Mobile 的解剖学约定吗?例如。 data-role="page"等与全尺寸标记混合

最佳答案

我认为你应该使用 responsive themes无论使用 jquery 还是其他任何东西。

Responsive web design (RWD) is a web design approach aimed at crafting sites to provide an optimal viewing experience—easy reading and navigation with a minimum of resizing, panning, and scrolling—across a wide range of devices (from mobile phones to desktop computer monitors)

关于javascript - jQuery 移动解剖与全尺寸混合?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19781959/

相关文章:

javascript - 在 Angular js 中过滤来自 json 或服务器的数据

html - 将 HTML 网页转换为 Windows 小工具

html - Angular 条件类被覆盖

javascript - Node-fetch 返回 Promise { <pending> } 而不是所需的数据

javascript - 如何仅针对导航器屏幕之一禁用抽屉导航滑动?

javascript - 如何在 Javascript 中恢复插入符号位置?

php - 如何在php网页中获取iframe的颜色?

javascript - 在特定 div 外部单击时调用函数

html - 通过 css 为类型为 'src' 的输入标签更改 ="image"值

javascript - 在JS文件中访问ViewBag - Asp.net MVC