{"id":2324,"date":"2010-08-12T19:32:50","date_gmt":"2010-08-12T11:32:50","guid":{"rendered":"http:\/\/ygs.im\/?p=2324"},"modified":"2010-08-12T19:32:50","modified_gmt":"2010-08-12T11:32:50","slug":"%e7%ae%80%e5%8d%95%e7%9a%84jquery%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=2324","title":{"rendered":"\u7b80\u5355\u7684 jQuery \u524d\u53f0\u8bc4\u8bba\u8868\u5355\u9a8c\u8bc1"},"content":{"rendered":"\n<p>WordPress \u5f53\u7136\u4e5f\u6709\u8868\u5355\u7684\u9a8c\u8bc1\uff0c\u4e0d\u8fc7\u5927\u5bb6\u90fd\u77e5\u9053\u7528\u6237\u4f53\u9a8c\u4e00\u70b9\u90fd\u4e0d\u597d\uff0c\u9875\u9762\u53d1\u751f\u8df3\u8f6c\uff0c\u6709\u65f6\u8fd8\u4f1a\u628a\u8868\u5355\u6e05\u7a7a\u4e86\uff0c\u800c\u524d\u53f0\u8868\u5355\u8ba4\u8bc1\u663e\u5f97\u975e\u5e38\u6709\u5fc5\u8981\u4e86\u3002\u4ee5\u4e0b\u662f\u6211\u5199\u7684\u901a\u8fc7\u6539\u53d8\u6587\u672c\u6846\u80cc\u666f\u989c\u8272\u63d0\u793a\u7528\u6237\u8f93\u5165\u5185\u5bb9\uff0cWordPress \u53ea\u8981\u628a\u4ee5\u4e0b\u4ee3\u7801\u653e\u5230 js \u6587\u4ef6\u91cc\u5c31\u80fd\u5de5\u4f5c\u4e86\u3002\u9a8c\u8bc1\u7531\u70b9\u51fb\u63d0\u4ea4\u6309\u94ae\u89e6\u53d1\uff0c\u5de5\u4f5c\u539f\u7406\u770b\u6ce8\u91ca\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/\u8868\u5355\u9a8c\u8bc1\n$(function(){\n    $('#submit').click(function(){\n        var $author=$('#author').val();   \/\/\u540d\u79f0\n        var $email=$('#email').val();     \/\/\u90ae\u7bb1\n        var $url=$('#url').val();         \/\/\u7f51\u5740\n        var $textarea=$('textarea:first').val();   \/\/\u8bc4\u8bba\n        var $errorNo=0;\n        if($author==\"\"){\n            $('#author').css(\"background\",\"#F9A4A4\");\n            $errorNo+=1;\n        }else{\n            $('#author').css(\"background\",\"#FFF\");\n        }\n        if($email==\"\"){\n            $('#email').css(\"background\",\"#F9A4A4\");\n            $errorNo+=1;\n        }else if(!\/^(?:&#91;a-zd]+&#91;_-+.]?)*&#91;a-zd]+@(?:(&#91;a-zd]+-?)*&#91;a-zd]+.)+(&#91;a-z]{2,})+$\/i.test($email)){\n            $('#email').css(\"background\",\"#F9A4A4\");\n            $errorNo+=1;\n        }else{\n            $('#email').css(\"background\",\"#FFF\");\n        }\n        if($url!=\"\" &amp;&amp; !\/^http:\/\/&#91;A-Za-z0-9]+.&#91;A-Za-z0-9]+&#91;\/=?%-&amp;_~`@&#91;]':+!]*(&#91;^&lt;>\"\"])*$\/.test($url)){\n            $('#url').css(\"background\",\"#F9A4A4\");\n            $errorNo+=1;\n        }else{\n            $('#url').css(\"background\",\"#FFF\");\n        }\n        if($textarea==\"\"){\n            $('textarea:first').css(\"background\",\"#F9A4A4\");\n            $errorNo+=1;\n        }else{\n            $('textarea:first').css(\"background\",\"#FFF\");\n        }\n        if($errorNo>0){\n            return false;\n        }\n    });\n});<\/code><\/pre>\n\n\n\n<p>\u8fd9\u6837\u4e00\u4e2a\u975e\u5e38\u7b80\u5355\u7684\u8868\u5355\u9a8c\u8bc1\u5c31\u51fa\u6765\u4e86~\u6548\u679c\u5c31\u662f\u5c0f\u535a\u73b0\u5728\u8fd9\u6837\uff0c\u6b22\u8fce\u6307\u6b63\u6539\u8fdb~<\/p>\n\n\n\n<p>PS:8\u670814\u65e5\u4fee\u6b63\uff0c\u66f4\u4e25\u5bc6\u7684\u6b63\u5219\u8868\u8fbe\u5f0f\u3002<br>PS2:2013\u5e7410\u670818\u65e5\u4fee\u6b63\uff0c\u771f\u662f\u5f04\u5de7\u53cd\u62d9\uff0c\u7b80\u5355\u590d\u6742\u5316\u2026\u2026\u73b0\u5df2\u4fee\u6b63\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress \u5f53\u7136\u4e5f\u6709\u8868\u5355\u7684\u9a8c\u8bc1\uff0c\u4e0d\u8fc7\u5927\u5bb6\u90fd\u77e5\u9053\u7528\u6237\u4f53\u9a8c\u4e00\u70b9\u90fd\u4e0d\u597d\uff0c\u9875\u9762\u53d1\u751f\u8df3\u8f6c\uff0c\u6709\u65f6\u8fd8\u4f1a\u628a\u8868\u5355\u6e05\u7a7a\u4e86\uff0c [&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-2324","post","type-post","status-publish","format-standard","hentry","category-note"],"_links":{"self":[{"href":"https:\/\/ygs.im\/index.php?rest_route=\/wp\/v2\/posts\/2324","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=2324"}],"version-history":[{"count":0,"href":"https:\/\/ygs.im\/index.php?rest_route=\/wp\/v2\/posts\/2324\/revisions"}],"wp:attachment":[{"href":"https:\/\/ygs.im\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2324"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ygs.im\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2324"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ygs.im\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2324"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}