jQuery Mobile‎ > ‎리스트 뷰‎ > ‎

페이지 안에 삽입된 리스트


<ul> 또는 <ol>data-inset="true"를 지정하면 전체 폭을 차지하는 리스트 대신에 삽입된 리스트가 된다.

<ul data-role="listview" data-inset="true">


Comments