JQuery Mobile Table

前端 未结 3 1880
别那么骄傲
别那么骄傲 2020-12-14 20:29

Can anyone point me to any sample or can provide any sample of a Jquery Mobile table please?

I\'ve seen the demos on their website and found no tables.

I nee

3条回答
  •  情歌与酒
    2020-12-14 21:04

    Try this layout instead

    • Heading1 Meaning1
      Heading2 Meaning2
      Heading3 Meaning3
    • Heading1 Meaning1
      Heading2 Meaning2
      Heading3 Meaning3

    and the css

    ul {
        width: 100%;    
        margin-left: 0px;
        padding: 0px; 
    }
    
    ul li {
        list-style-type: none;
        border-bottom: 1px dashed gray;
        margin-top: 10px; 
    }
    

    *fixed small bugs but have to add this to make substantial edit

提交回复
热议问题