JqueryMobile - Listviews right arrow

后端 未结 4 2102
太阳男子
太阳男子 2020-12-15 17:12

Is possible to make a standard jquerymobile listview without the right arrow image that apears on the rigt of the li object?

Standard list view

Thanks

4条回答
  •  北海茫月
    2020-12-15 17:51

    Another way of doing this will be by adding data-icon="false" to the ul instead of li as indicated by Jacob above.

    This way, all child objects within the listview will by default carry no icons.

提交回复
热议问题