zoukankan      html  css  js  c++  java
  • 关于分页的解决方案收集

    分页的html样式,可分为两种,pc和移动端

    pc端的解决方案(既有json版本又有get参数版本):

    http://laypage.layui.com/

     

    移动端的上拉刷新,下拉加载解决方案:(个人建议还是老实用会iscroll.js吧)

    https://github.com/gtdalp/listloading

    https://github.com/Mueat/iscroll-refresh

    http://blog.csdn.net/tiw163/article/details/43341759

    http://justcoding.iteye.com/blog/2215557

    iscroll5相关的第三方文章和资源

    # 修改源码
    http://blog.csdn.net/cdnight/article/details/44963063
    
    #demo
    http://www.zhangyunling.com/study/slideUpDownRefresh/version_1/iscroll-test.html

    php数据库解决方案:

    http://www.jtthink.com/course/play/383

    C#数据库解决方案

    http://www.webdiyer.com/
  • 相关阅读:
    git命令
    svg学习系列02-简单的svg图形和线条
    svg学习系列01-svg简介
    jQuery分页插件
    svg简介
    css3选择器
    sublime使用
    HTML5新特性
    html新的语义化标签和表单控件
    DOM详解
  • 原文地址:https://www.cnblogs.com/CyLee/p/5705592.html
Copyright © 2011-2022 走看看