{"id":12598,"date":"2023-11-28T22:59:35","date_gmt":"2023-11-28T14:59:35","guid":{"rendered":"https:\/\/wx.kaifamiao.info\/?p=12598"},"modified":"2023-11-29T22:20:50","modified_gmt":"2023-11-29T14:20:50","slug":"javascript-zhong25-jquery-ru-he-pan-duan-yuan-su-x","status":"publish","type":"post","link":"http:\/\/wx.kaifamiao.info\/index.php\/2023\/11\/28\/javascript-zhong25-jquery-ru-he-pan-duan-yuan-su-x\/","title":{"rendered":"JavaScript \u4e2d 25.jQuery \u5982\u4f55\u5224\u65ad\u5143\u7d20\u663e\u793a\u9690\u85cf\uff1f"},"content":{"rendered":"<p>\u5728 jQuery \u4e2d\uff0c\u8981\u5224\u65ad\u5143\u7d20\u662f\u5426\u663e\u793a\u6216\u9690\u85cf\uff0c\u53ef\u4ee5\u4f7f\u7528 <code>:visible<\/code> \u548c <code>:hidden<\/code> \u8fd9\u4e24\u4e2a\u9009\u62e9\u5668\u3002<\/p>\n<ol>\n<li>\n<p><strong>\u5224\u65ad\u5143\u7d20\u662f\u5426\u663e\u793a<\/strong>\uff1a<\/p>\n<ul>\n<li>\u4f7f\u7528 <code>:visible<\/code> \u9009\u62e9\u5668\u53ef\u4ee5\u68c0\u67e5\u5143\u7d20\u662f\u5426\u53ef\u89c1\uff08\u5373\u5728\u9875\u9762\u4e2d\u53ef\u89c1\u4e14\u5360\u636e\u7a7a\u95f4\uff09\u3002<\/li>\n<\/ul>\n<pre><code class=\"language-javascript\">if ($('#elementID').is(':visible')) {\n  \/\/ \u5143\u7d20\u53ef\u89c1\n} else {\n  \/\/ \u5143\u7d20\u9690\u85cf\n}\n<\/code><\/pre>\n<\/li>\n<li>\n<p><strong>\u5224\u65ad\u5143\u7d20\u662f\u5426\u9690\u85cf<\/strong>\uff1a<\/p>\n<ul>\n<li>\u4f7f\u7528 <code>:hidden<\/code> \u9009\u62e9\u5668\u53ef\u4ee5\u68c0\u67e5\u5143\u7d20\u662f\u5426\u9690\u85cf\uff08\u5373\u5728\u9875\u9762\u4e2d\u4e0d\u53ef\u89c1\u6216\u8005\u6ca1\u6709\u5360\u636e\u7a7a\u95f4\uff09\u3002<\/li>\n<\/ul>\n<pre><code class=\"language-javascript\">if ($('#elementID').is(':hidden')) {\n  \/\/ \u5143\u7d20\u9690\u85cf\n} else {\n  \/\/ \u5143\u7d20\u53ef\u89c1\n}\n<\/code><\/pre>\n<\/li>\n<\/ol>\n<p>\u8fd9\u4e24\u79cd\u65b9\u6cd5\u90fd\u662f\u5229\u7528 jQuery \u7684 <code>is()<\/code> \u65b9\u6cd5\u7ed3\u5408 <code>:visible<\/code> \u548c <code>:hidden<\/code> \u9009\u62e9\u5668\u6765\u5224\u65ad\u5143\u7d20\u7684\u663e\u793a\u72b6\u6001\u3002\u8fd9\u5728\u5904\u7406\u9700\u8981\u6839\u636e\u5143\u7d20\u662f\u5426\u53ef\u89c1\u6765\u6267\u884c\u4e0d\u540c\u64cd\u4f5c\u7684\u60c5\u51b5\u4e0b\u7279\u522b\u6709\u7528\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728 jQuery \u4e2d\uff0c\u8981\u5224\u65ad\u5143\u7d20\u662f\u5426\u663e\u793a\u6216\u9690\u85cf\uff0c\u53ef\u4ee5\u4f7f\u7528 :visible \u548c :hidden \u8fd9\u4e24\u4e2a\u9009\u62e9\u5668\u3002 [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[115],"tags":[],"class_list":["post-12598","post","type-post","status-publish","format-standard","hentry","category-javascript"],"_links":{"self":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/12598","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/comments?post=12598"}],"version-history":[{"count":2,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/12598\/revisions"}],"predecessor-version":[{"id":13543,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/12598\/revisions\/13543"}],"wp:attachment":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/media?parent=12598"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/categories?post=12598"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/tags?post=12598"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}