{"id":3946,"date":"2024-11-10T09:07:22","date_gmt":"2024-11-10T01:07:22","guid":{"rendered":"https:\/\/fwq.ai\/blog\/3946\/"},"modified":"2024-11-10T09:07:22","modified_gmt":"2024-11-10T01:07:22","slug":"jquery-%e7%82%b9%e5%87%bb%e6%8c%89%e9%92%ae%e5%bc%b9%e7%aa%97%e5%8a%a0%e8%bd%bdtab%e6%95%b0%e6%8d%ae%ef%bc%8c%e5%a6%82%e4%bd%95%e9%81%bf%e5%85%8d%e6%af%8f%e4%b8%aatab%e6%bb%9a%e5%8a%a8%e5%8a%a0","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/3946\/","title":{"rendered":"JQuery \u70b9\u51fb\u6309\u94ae\u5f39\u7a97\u52a0\u8f7dTAB\u6570\u636e\uff0c\u5982\u4f55\u907f\u514d\u6bcf\u4e2aTAB\u6eda\u52a8\u52a0\u8f7d\u4e0b\u4e00\u9875\u65f6\u6df7\u6dc6\u5206\u7c7b\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173119970064866.jpg\" class=\"aligncenter\" title=\"JQuery \u70b9\u51fb\u6309\u94ae\u5f39\u7a97\u52a0\u8f7dTAB\u6570\u636e\uff0c\u5982\u4f55\u907f\u514d\u6bcf\u4e2aTAB\u6eda\u52a8\u52a0\u8f7d\u4e0b\u4e00\u9875\u65f6\u6df7\u6dc6\u5206\u7c7b\uff1f\u63d2\u56fe\" alt=\"JQuery \u70b9\u51fb\u6309\u94ae\u5f39\u7a97\u52a0\u8f7dTAB\u6570\u636e\uff0c\u5982\u4f55\u907f\u514d\u6bcf\u4e2aTAB\u6eda\u52a8\u52a0\u8f7d\u4e0b\u4e00\u9875\u65f6\u6df7\u6dc6\u5206\u7c7b\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>jquery\u5982\u4f55\u5b9e\u73b0\u70b9\u51fb\u6309\u94ae\u5f39\u7a97\u52a0\u8f7dtab\u6570\u636e\uff0c\u6bcf\u4e2atab\u6eda\u52a8\u5230\u5e95\u90e8\u8fdb\u884cajax\u7ffb\u9875\uff1f<\/strong><\/p>\n<p><strong>\u95ee\u9898\uff1a<\/strong><\/p>\n<p>\u70b9\u51fb\u4e0d\u540c\u5206\u7c7b\u6807\u7b7e\u52a0\u8f7d\u5bf9\u5e94\u5206\u7c7b\u6570\u636e\uff0c\u4f46\u6bcf\u4e2a\u5206\u7c7b\u6eda\u52a8\u52a0\u8f7d\u4e0b\u4e00\u9875\u6570\u636e\u65f6\uff0c\u4ecd\u7136\u4f1a\u52a0\u8f7d\u4e0a\u4e00\u4e2a\u5df2\u70b9\u51fb\u5206\u7c7b\u7684\u5185\u5bb9\u3002<\/p>\n<p><strong>\u539f\u56e0\uff1a<\/strong><\/p>\n<p>\u5728\u76d1\u542c\u6eda\u52a8\u4e8b\u4ef6\u65f6\uff0c\u6ca1\u6709\u9488\u5bf9\u4e0d\u540c\u7684\u5206\u7c7b\u6807\u7b7e\u5206\u522b\u5904\u7406\uff0c\u5bfc\u81f4\u6240\u6709\u5206\u7c7b\u90fd\u52a0\u8f7d\u540c\u4e00\u5206\u7c7b\u7684\u4e0b\u4e00\u9875\u6570\u636e\u3002<\/p>\n<p><strong>\u89e3\u51b3\u65b9\u6848\uff1a<\/strong><\/p>\n<p>\u4f7f\u7528\u5168\u5c40\u53d8\u91cf\u8ddf\u8e2a\u5f53\u524d\u9009\u4e2d\u7684\u5206\u7c7bID\uff0c\u5e76\u5728\u76d1\u542c\u6eda\u52a8\u4e8b\u4ef6\u65f6\uff0c\u5224\u65ad\u5f53\u524d\u6eda\u52a8\u7684\u662f\u54ea\u4e2a\u5206\u7c7b\u6807\u7b7e\uff0c\u4ece\u800c\u9488\u5bf9\u6027\u5730\u52a0\u8f7d\u5bf9\u5e94\u5206\u7c7b\u7684\u4e0b\u4e00\u9875\u6570\u636e\u3002<\/p>\n<p><strong>\u4ee3\u7801\u793a\u4f8b\uff1a<\/strong><\/p>\n<pre>\/\/ \u5f53\u524d\u9009\u4e2d\u7684\u5206\u7c7bID\nlet currentCategoryId = 0;\n\n$(document).on('click', '.btn', function() {\n  currentCategoryId = $(this).data('id');\n  loadCategoryData(currentCategoryId, 1);\n});\n\n$('.tab_p p').click(function() {\n  currentCategoryId = $(this).data('id');\n  loadCategoryData(currentCategoryId, 1);\n});\n\nfunction loadCategoryData(categoryId, page) {\n  \/\/ ... \u5176\u4ed6\u4ee3\u7801\n  \n  \/\/ \u76d1\u542c\u6eda\u52a8\u4e8b\u4ef6\n  $('.tab_item').scroll(function() {\n    if ($(this).scrollTop() + $(this).height() &gt;= $('.tab_item')[0].scrollHeight) {\n      \/\/ \u6eda\u52a8\u5230\u5e95\u90e8\u65f6\u52a0\u8f7d\u4e0b\u4e00\u9875\u6570\u636e\n      currentPage++;\n      if (currentPage &lt;= totalPages) {\n        loadPageData(currentCategoryId, currentPage);\n      }\n    }\n  });\n}<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662fJQuery \u70b9\u51fb\u6309\u94ae\u5f39\u7a97\u52a0\u8f7dTAB\u6570\u636e\uff0c\u5982\u4f55\u907f\u514d\u6bcf\u4e2aTAB\u6eda\u52a8\u52a0\u8f7d\u4e0b\u4e00\u9875\u65f6\u6df7\u6dc6\u5206\u7c7b\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>jquery\u5982\u4f55\u5b9e\u73b0\u70b9\u51fb\u6309\u94ae\u5f39\u7a97\u52a0\u8f7dtab\u6570\u636e\uff0c\u6bcf\u4e2atab\u6eda\u52a8\u5230\u5e95\u90e8\u8fdb\u884cajax\u7ffb\u9875\uff1f \u95ee\u9898\uff1a \u70b9\u51fb\u4e0d\u540c\u5206\u7c7b\u6807\u7b7e\u52a0\u8f7d\u5bf9\u5e94\u5206\u7c7b\u6570\u636e\uff0c\u4f46\u6bcf\u4e2a\u5206\u7c7b\u6eda\u52a8\u52a0\u8f7d\u4e0b\u4e00\u9875\u6570\u636e\u65f6\uff0c\u4ecd\u7136\u4f1a\u52a0\u8f7d\u4e0a\u4e00\u4e2a\u5df2\u70b9\u51fb\u5206\u7c7b\u7684\u5185\u5bb9\u3002 \u539f\u56e0\uff1a \u5728\u76d1\u542c\u6eda\u52a8\u4e8b\u4ef6\u65f6\uff0c\u6ca1\u6709\u9488\u5bf9\u4e0d\u540c\u7684\u5206\u7c7b\u6807\u7b7e\u5206\u522b\u5904\u7406\uff0c\u5bfc\u81f4\u6240\u6709\u5206\u7c7b\u90fd\u52a0\u8f7d\u540c\u4e00\u5206\u7c7b\u7684\u4e0b\u4e00\u9875\u6570\u636e\u3002 \u89e3\u51b3\u65b9\u6848\uff1a \u4f7f\u7528\u5168\u5c40\u53d8\u91cf\u8ddf\u8e2a\u5f53\u524d\u9009\u4e2d\u7684\u5206\u7c7bID\uff0c\u5e76\u5728\u76d1\u542c\u6eda\u52a8\u4e8b\u4ef6\u65f6\uff0c\u5224\u65ad\u5f53\u524d\u6eda\u52a8\u7684\u662f\u54ea\u4e2a\u5206\u7c7b\u6807\u7b7e\uff0c\u4ece\u800c\u9488\u5bf9\u6027\u5730\u52a0\u8f7d\u5bf9\u5e94\u5206\u7c7b\u7684\u4e0b\u4e00\u9875\u6570\u636e\u3002 \u4ee3\u7801\u793a\u4f8b\uff1a \/\/ \u5f53\u524d\u9009\u4e2d\u7684\u5206\u7c7bID let currentCategoryId = 0; $(document).on(&#8216;click&#8217;, &#8216;.btn&#8217;, function() { currentCategoryId = $(this).data(&#8216;id&#8217;); loadCategoryData(currentCategoryId, 1); }); $(&#8216;.tab_p p&#8217;).click(function() { currentCategoryId = $(this).data(&#8216;id&#8217;); loadCategoryData(currentCategoryId, 1); }); function loadCategoryData(categoryId, page) { \/\/ &#8230; \u5176\u4ed6\u4ee3\u7801 \/\/ \u76d1\u542c\u6eda\u52a8\u4e8b\u4ef6 $(&#8216;.tab_item&#8217;).scroll(function() { if ($(this).scrollTop() + $(this).height() &gt;= $(&#8216;.tab_item&#8217;)[0].scrollHeight) { \/\/ \u6eda\u52a8\u5230\u5e95\u90e8\u65f6\u52a0\u8f7d\u4e0b\u4e00\u9875\u6570\u636e currentPage++; if [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-3946","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3946","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=3946"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3946\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=3946"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=3946"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=3946"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}