Code Monkey home page Code Monkey logo

am-page's People

Contributors

lscho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

am-page's Issues

for循环问题

代码42行使用for(var i in )格式
建议使用for(var i=1;i<=option.pages;i++){

在js中,上面那个会产生一个undefined的按钮组件
测试是在chrome下

选择分页时候,会多次进入jump函数

多点几次后,会多次进入 jump函数

$.ajax({
success: function (data) {
var $page =$("#page").page({
pages: totalPage, //页数
curr: currPage, //当前页
jump: function(context, first) {
console.log('当前第:' + context.option.curr + "页" +",first="+first);
}
});
}});

总页数

当总页数为1时,不显示分页插件,怎么处理

分页

分页怎么在渲染前重新加载呢

总页数设置问题

如何动态设置总页数?首次进页面的时候总页数是没有的。之后请求数据接口后才会返回总页数,该如何处理

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.