当前位置: 网学 > 编程文档 > Ajax > 正文

基于AJAX的分页类实现代码

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 13/07/12
页 上页";
        else toolbar = toolbar + " <a href='''' id=''firstPage"+this.id+"''>首页</a> <a href='''' id=''prePage"+this.id+"''>上页</a>";
        if(this.pageNo == pageCount) toolbar = toolbar + " 下页 末页";
        else toolbar = toolbar + " <a href='''' id=''nextPage"+this.id+"''>下页</a> <a href='''' id=''lastPage"+this.id+"''>末页</a>";
        toolbar = toolbar + " 每页<input style=''text-align:center;width:25px;height:20px;border:1 solid black'' type=''text'' id=''pageSize"+this.id+"'' value="+this.pageSize+" />条";
        toolbar = toolbar + " <input style=''text-align:center;width:25px;height:20px;border:1 solid black'' type=''text'' id=''pageNo"+this.id+"'' value="+this.pageNo+" />";
        toolbar = toolbar + " <input style=''height:20px;border:1 solid black'' id=''goPage"+this.id+"'' type=''button'' value=''GO''>";
        templatObj.children().html(toolbar);
        $(templatObj.wrap("<div></div>").parent().html()).appendTo($(''#tbody_id''+this.id));
        var thisObj = this;
        $(''#firstPage''+thisObj.id).click(function(){
            thisObj.pageNo = 1;
            thisObj.load(thisObj.url,thisObj.params);
            return false;
        });
        $(''#prePage''+thisObj.id).click(function(){
            thisObj.pageNo = parseInt(thisObj.pageNo) - 1;
            thisObj.load(thisObj.url,thisObj.params);
            return false;
        });
        $(''#nextPage''+thisObj.id).click(function(){
            thisObj.pageNo = parseInt(thisObj.pageNo) + 1;
            thisObj.load(thisObj.url,thisObj.params);
            return false;
        });
        $(''#lastPage''+thisObj.id).click(function(){
      

网学推荐

免费论文

原创论文

设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号