1

我正在使用 Jquery Mobile 制作我的图片库。我已成功创建了此链接中的内容。我在这样的代码中替换图像而不是“文章”......

> <image data-role="page" id="article1">
>     <div data-role="header" data-theme="b" data-position="fixed" data-id="footer">
>       <h1>Image1</h1>
>     </div>
>     <div data-role="content">
>       <img src=im1.jpg/>
>     </div>
>     <div data-role="footer" data-theme="b" data-position="fixed" data-id="footer">
>       <h1>Footer</h1>    
>     </div>   </Image>

现在我需要已替换​​的“图像”左右两侧的图像。它也应该使用滑动事件。谁能告诉我我该怎么做?

4

0 回答 0