使用 jQuery mobile 创建 Nx1 网格
http://jquerymobile.com/demos/1.0rc1/docs/content /content-grids.html 解释了如何创建 2x1、3x1、4x1 和 5x1 网格。
但是,我需要创建一个 15x15 网格(其中每列都会有一个图标)。
应该如何使用 jQuery mobile 来实现这一点?
http://jquerymobile.com/demos/1.0rc1/docs/content/content-grids.html explains how one can create 2x1, 3x1, 4x1 and 5x1 grids.
However, I need to create a 15x15 grid (where each column will be given an icon).
How should this be achieved with jQuery mobile?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用表格布局
相关:
示例:
您将需要调整图标的大小以及 CSS 以获得您想要的
HTML
You could use a table layout
Related:
Example:
You will need to play around with the size of the icons as well as the CSS to get what you want
HTML