微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

MUI 上下啦分页 触发列表AJAX 无整理 比较乱

@{
Layout = null;
}

装车
<!--标准mui.css-->
<link href="~/mui-master/examples/hello-mui/css/mui.min.css" rel="stylesheet" />
<!--App自定义css-->
<link href="~/mui-master/examples/hello-mui/css/app.css" rel="stylesheet" />

<script src="~/Scripts/jquery-1.9.1.js"></script>
<style>

    .title {
        margin: 20px 15px 10px;
        color: #6d6d72;
        font-size: 15px;
    }

    .oa-contact-cell.mui-table .mui-table-cell {
        padding: 11px 0;
        vertical-align: middle;
    }

    .oa-contact-cell {
        position: relative;
        margin: -11px 0;
    }

    .oa-contact-avatar {
        width: 75px;
    }

        .oa-contact-avatar img {
            border-radius: 50%;
        }

    .oa-contact-content {
        width: 100%;
    }

    .oa-contact-name {
        margin-right: 20px;
    }

    .oa-contact-name, oa-contact-position {
        float: left;
    }
</style>

装车

<div id="refreshContainer" class="mui-content mui-scroll-wrapper">
    <div class="mui-scroll">
        <!--数据列表-->
        <ul class="mui-table-view mui-table-view-chevron" id="mui-table-view">
        </ul>
    </div>
</div>

<input type="hidden" id="limit" name="limit" value="10" />
<input type="hidden" id="page" name="page" value="1" />
<input type="hidden" id="counts" name="counts" value="0" />

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐