【发布时间】:2011-09-21 05:18:47
【问题描述】:
我是 jquery mobile 的新手。我有一个数组,其中存储了来自服务器的图像链接。我想使用 jquery mobile 在图像库中显示这些图像。请帮助。任何帮助将不胜感激。
【问题讨论】:
标签: javascript jquery-mobile cordova
我是 jquery mobile 的新手。我有一个数组,其中存储了来自服务器的图像链接。我想使用 jquery mobile 在图像库中显示这些图像。请帮助。任何帮助将不胜感激。
【问题讨论】:
标签: javascript jquery-mobile cordova
我建议你使用PhotoSwipe。这是一个很酷的照片网络框架。
【讨论】:
你可以使用JQtouch相册插件-
http://code.google.com/p/jqextensions/wiki/JQTouchPhotoGallery
演示 - here.
如果你不喜欢 JQtouch 你可以使用-
PhotoSwipe 库-http://www.photoswipe.com/
演示 - here.
演示代码-here.
【讨论】:
看看 FilamentGroup 的 Pagination 插件。这是专为 jQuery Mobile 设计的
http://filamentgroup.com/lab/jquery_mobile_pagination_plugin/
在这里演示
【讨论】: