{"id":3934,"date":"2015-05-26T14:19:28","date_gmt":"2015-05-26T06:19:28","guid":{"rendered":"https:\/\/sdeno.com\/?p=3934"},"modified":"2019-03-14T14:18:55","modified_gmt":"2019-03-14T06:18:55","slug":"ajax%e5%88%86%e9%a1%b5wpaginate-js","status":"publish","type":"post","link":"https:\/\/sdeno.com\/?p=3934","title":{"rendered":"ajax\u5206\u9875wPaginate.js"},"content":{"rendered":"<pre>&lt;link rel=\"stylesheet\" type=\"text\/css\" href=\"css\/wPaginate.css\"&gt;\r\n&lt;script type=\"text\/javascript\" src=\"js\/wPaginate.js\"&gt;&lt;\/script&gt;<\/pre>\n<p>\u914d\u7f6e\uff1a<\/p>\n<pre>$('#wPaginate8').wPaginate({\r\n  theme : 'black', \/\/ theme for plugin to use\r\n  first : '&lt;&lt;', \/\/ html for first page link (null for no link)\r\n  prev : '&lt;', \/\/ html for prev page link (null for no link)\r\n  next : '&gt;', \/\/ html for next page link (null for no link)\r\n  last : '&gt;&gt;', \/\/ html for last page link (null for no link)\r\n  spread : 5, \/\/ \u5de6\u8fb9\u663e\u793a6\u4e2a\u53ef\u70b9\u51fb\u7684\u9875\u9762 \u53f3\u8fb9\u663e\u793a\u4e5f\u663e\u793a6\u4e2a\u53ef\u70b9\u51fb\u7684\u9875\u7801 \u4e2d\u95f4\u4e00\u4e2a\u9875\u9762\uff0c\u663e\u793a\u7684\u9875\u9762\u59cb\u7ec8\u662f\u5947\u6570\r\n total : 400, \/\/ \u4e00\u5171400\u6761\u6570\u636e\r\n index : 0, \/\/ current index (0, 20, 40, etc) \/\/\u8fd9\u91cc\u4e0d\u662f\u5f53\u524d\u5206\u9875\u7684\u610f\u601d\r\n limit : 20, \/\/ \u6bcf\u9875\u663e\u793a20\u8df3\r\n  url: function(i) {  \/\/i\u53c2\u6570\u662f\u5f53\u524d\u5206\u9875\r\n    alert(this.settings.limit) \/\/\u83b7\u53d6\u4e4b\u524d\u8bbe\u7f6e\u7684\u53c2\u6570\r\n    $.ajax({\r\n     type:'post',\r\n     url:\"table1.html\",\r\n     data:{page:i},\r\n     success: function(data){\r\n      $(\"#table_list\").empty().html(data);\r\n     }\r\n    });\r\n\r\n },\r\n ajax: true\r\n });<\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>\u5173\u95edajax\u529f\u80fd<\/p>\n<pre>$(\"#elem\").wPaginate({\r\n  theme: 'red',\r\n  total: 123,\r\n  index: 40,\r\n  limit: 20,\r\n  url: function(i){ return '\/some\/page=' + i ; },  \/\/  url \/some\/page=3\r\n  ajax:false\r\n});<\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>HTML:<\/p>\n<pre> &lt;div id=\"table_list\"&gt;\r\n\r\n    \u9ed8\u8ba4\u663e\u793a\u7b2c\u4e00\u6761\u6570\u636e\r\n\r\n &lt;\/div&gt;\r\n &lt;div id=\"wPaginate8\"&gt;&lt;\/div&gt;<\/pre>\n<p><a href=\"https:\/\/github.com\/websanova\/wPaginate\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/websanova\/wPaginate<\/a><\/p>\n<p><a href=\"http:\/\/pan.baidu.com\/s\/1pXqqy\" target=\"_blank\" rel=\"noopener\">http:\/\/pan.baidu.com\/s\/1pXqqy<\/a><\/p>\n<p><audio style=\"display: none;\" controls=\"controls\"><\/audio><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text\/css&#8221; href=&#8221;css\/wPa [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-3934","post","type-post","status-publish","format-standard","hentry","category-11"],"_links":{"self":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts\/3934","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3934"}],"version-history":[{"count":0,"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts\/3934\/revisions"}],"wp:attachment":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3934"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3934"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3934"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}