{"id":2336,"date":"2010-08-14T11:45:06","date_gmt":"2010-08-14T03:45:06","guid":{"rendered":"http:\/\/ygs.im\/?p=2336"},"modified":"2010-08-14T11:45:06","modified_gmt":"2010-08-14T03:45:06","slug":"%e6%94%b9%e8%bf%9b%e7%89%88%e7%ae%80%e5%8d%95%e7%9a%84jquery%e5%89%8d%e5%8f%b0%e8%af%84%e8%ae%ba%e8%a1%a8%e5%8d%95%e9%aa%8c%e8%af%81","status":"publish","type":"post","link":"https:\/\/ygs.im\/?p=2336","title":{"rendered":"\u6539\u8fdb\u7248\u7b80\u5355\u7684 jQuery \u524d\u53f0\u8bc4\u8bba\u8868\u5355\u9a8c\u8bc1"},"content":{"rendered":"\n<p>\u6628\u5929\u8bf4\u8fc7\u8981\u5728\u5bb6\u91cc\u7b49\u8003\u8bd5\uff0c\u65c5\u6e38\u4e5f\u53bb\u4e0d\u4e86\uff0c\u800c\u4eca\u5929\u6211\u51b3\u5b9a\u8981\u53bb\u65c5\u6e38\uff0c\u4f30\u8ba1\u5468\u672b\u4e5f\u4e0d\u4f1a\u8003\u8bd5\u6ef4~<\/p>\n\n\n\n<p>\u4e0e\u4e4b\u524d <a href=\"http:\/\/ygs.im\/2324.html\">\u7b80\u5355\u7684 jQuery \u524d\u53f0\u8bc4\u8bba\u8868\u5355\u9a8c\u8bc1<\/a> \u4e0d\u540c\u5728\u4e8e\u8fd9\u4e2a\u4ee3\u7801\u662f\u5f53\u6587\u672c\u6846\u5931\u53bb\u7126\u70b9\u65f6\u9a8c\u8bc1\uff0c\u4e5f\u5c31\u662f\u586b\u5b8c\u4e00\u4e2a\u6846\u5230\u4e0b\u4e00\u4e2a\u6846\u65f6\u5c31\u9a8c\u8bc1\uff0c\u4e5f\u662f\u5f88\u8f7b\u91cf\u7684\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>jQuery(function(){\n\t$('#commentform :input').blur(function(){ \/\/\u5f53\u8868\u5355\u91cc\u7684\u8f93\u5165\u6846\u5931\u53bb\u7126\u70b9\u65f6\n\t\tif($(this).is('#author')){\n\t\t\tif(this.value==\"\"){\n\t\t\t\t\/\/\u8fd9\u91cc\u6dfb\u52a0\u4e86\u4e00\u4e2a CSS \u7c7b onError \uff0c\u9700\u8981\u5728 CSS \u91cc\u9762\u6dfb\u52a0\uff0c\u6211\u53ea\u8bbe\u7f6e\u4e86\u80cc\u666f\u989c\u8272\n\t\t\t\t\/\/\u5176\u6700\u5927\u4f5c\u7528\u8fd8\u662f\u8f85\u52a9\u5224\u65ad\u662f\u5426\u53d1\u751f\u9519\u8bef\uff0c\u6709\u9519\u8bef\u5219\u5b58\u5728 onError \u7c7b\n\t\t\t\t$(this).addClass(\"onError\"); \n\t\t\t}else{\n\t\t\t\t$(this).removeClass(\"onError\");\n\t\t\t}\n\t\t}\n\t\tif($(this).is('#email')){\n\t\t\tif(this.value==\"\" || !\/^http:\/\/&#91;A-Za-z0-9]+.&#91;A-Za-z0-9]+&#91;\/=?%-&amp;_~`@&#91;]':+!]*(&#91;^&lt;>\"\"])*$\/.test(this.value)){\n\t\t\t\t$(this).addClass(\"onError\");\n\t\t\t}else{\n\t\t\t\t$(this).removeClass(\"onError\");\n\t\t\t}\n\t\t}\n\t\tif($(this).is('#url')){\n\t\t\tif(this.value!=\"\" &amp;&amp; !\/^http:\/\/&#91;A-Za-z0-9]+.&#91;A-Za-z0-9]+&#91;\/=?%-&amp;_~`@&#91;]':+!]*(&#91;^&lt;>\"\"])*$\/.test(this.value)){\n\t\t\t\t$(this).addClass(\"onError\");\n\t\t\t}else{\n\t\t\t\t$(this).removeClass(\"onError\");\n\t\t\t}\n\t\t}\n\t\tif($(this).is('#comment:first')){\n\t\t\tif(this.value==\"\"){\n\t\t\t\t$(this).addClass(\"onError\");\n\t\t\t}else{\n\t\t\t\t$(this).removeClass(\"onError\");\n\t\t\t}\n\t\t}\n\t});\n\t$('#submit').click(function(){\n\t\t$('#commentform :input').trigger('blur'); \t\t\/\/\u63d0\u4ea4\u65f6\u518d\u5168\u5c40\u9a8c\u8bc1\n\t\tvar numError=$('#commentform .onError').length; \/\/\u5224\u65ad onError \u7c7b\u662f\u5426\u5b58\u5728\n\t\tif(numError){ \t\t\t\t\t\t\t\t\t\/\/\u5b58\u5728\u5219\u7981\u6b62\u63d0\u4ea4\n\t\t\treturn false;\n\t\t}\n\t});\n});<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u6628\u5929\u8bf4\u8fc7\u8981\u5728\u5bb6\u91cc\u7b49\u8003\u8bd5\uff0c\u65c5\u6e38\u4e5f\u53bb\u4e0d\u4e86\uff0c\u800c\u4eca\u5929\u6211\u51b3\u5b9a\u8981\u53bb\u65c5\u6e38\uff0c\u4f30\u8ba1\u5468\u672b\u4e5f\u4e0d\u4f1a\u8003\u8bd5\u6ef4~ \u4e0e\u4e4b\u524d \u7b80\u5355\u7684 jQuer [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","footnotes":""},"categories":[3],"tags":[],"class_list":["post-2336","post","type-post","status-publish","format-standard","hentry","category-note"],"_links":{"self":[{"href":"https:\/\/ygs.im\/index.php?rest_route=\/wp\/v2\/posts\/2336","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ygs.im\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ygs.im\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ygs.im\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ygs.im\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2336"}],"version-history":[{"count":0,"href":"https:\/\/ygs.im\/index.php?rest_route=\/wp\/v2\/posts\/2336\/revisions"}],"wp:attachment":[{"href":"https:\/\/ygs.im\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2336"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ygs.im\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2336"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ygs.im\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2336"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}