在 div 中的表格上水平滚动(HTML,jQueryMobile)



我需要在以下情况下进行水平滚动才能滚动照片(我使用jquery移动版,需要在Android上运行该程序),任何想法?

<div data-role="content" class="List" >
   <table>
    <tr> <td>image1</td> <td>image2</td> <td>image3</td> <td>image4</td> </tr>
   </table>
</div>

对于滚动,您可以使用类似这样的东西

  • http://code.jquery.com/mobile/latest/demos/experiments/scrollview/
  • http://code.jquery.com/mobile/latest/demos/experiments/scrollview/scrollview-direction.html ( 水平滚动 )

最新更新