jQuery 分頁外掛程式 jqPagination的使用

來源:互聯網
上載者:User

標籤:des   分頁控制項   style   class   code   http   

jqPagination 是一個簡單易用的輕量級 jQuery分頁外掛程式,其使用了 HTML5 和 CSS3 技術來實現。此外掛程式提供了幾個參數設定選項,通過簡單的配置即可產生分頁控制項。此外,它的外觀樣式是可自訂的,擴充性很強。

使用方法:

添加 jQuery 類庫、jqPagination 外掛程式的 JS 和 CSS 檔案

<link rel="stylesheet" href="jqpagination.css"/>
<script src="jquery-1.6.2.min.js"></script>
<script src="jquery.jqpagination.min.js"></script>

再需要如下HTML

<div class="pagination">
  <a href="#" class="first" data-action="first">&laquo;</a>
  <a href="#" class="previous" data-action="previous">&lsaquo;</a>
  <input type="text" readonly="readonly" data-max-page="40" />
  <a href="#" class="next" data-action="next">&rsaquo;</a>
  <a href="#" class="last" data-action="last">&raquo;</a>
</div>

最後初始化外掛程式

$(‘.pagination‘).jqPagination({
  link_string : ‘/?page={page_number}‘,
  current_page: 5, //設定當前頁 預設為1
  max_page : 40, //設定最大頁 預設為1
  page_string : ‘當前第{current_page}頁,共{max_page}頁‘,
  paged : function(page) {
      //回傳事件。。。
      }
});

beneverard / jqPaginationWatch238 Fork49  原文地址:http://www.codesocang.com/chajian/jQuerychajian/2013/0807/5333.html

jqPagination, a jQuery pagination plugin — More...

http://beneverard.github.com/jqPagination/

Issues
#17 Changing max_count produces unexpected behavior by tjhart  2013-05-09
#16 The paged even should not ge fired when I only change the max_page. by shijistar  2012-11-22
#5 adding new events/callback system by Zikes  2011-12-16
#6 Error callback by beneverard  2011-12-16
#3 added url hash feature

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.